Color spaces of #273148
RGB | 39 | 49 | 72 |
---|---|---|---|
HSL | 0.62 | 0.30 | 0.22 |
HSV | 222° | 46° | 28° |
CMYK | 0.46 | 0.32 | 0.00 0.72 |
XYZ | 3.1047 | 3.0958 | 6.5648 |
Yxy | 3.0958 | 0.2432 | 0.2425 |
Hunter Lab | 17.5949 | 0.7061 | -9.8052 |
CIE-Lab | 20.4236 | 2.8339 | -15.6250 |
#273148 color RGB value is (39,49,72).
#273148 hex color red value is 39, green value is 49 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #273148 hue: 0.62 , saturation: 0.30 and the lightness value of 273148 is 0.22.
The process color (four color CMYK) of #273148 color hex is 0.46, 0.32, 0.00, 0.72. Web safe color of #273148 is #333333. Color #273148 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100111 | 00110001 | 01001000 |
Octal | 47 | 61 | 110 |
Decimal | 39 | 49 | 72 |
Hex | 27 | 31 | 48 |
Shades of #273148
Tints of #273148
RGB Percentages of Color #273148
CMYK Percentages of Color #273148
Complementary Color
#273148 | #483e27 |
#273148 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#273148 Color Preview on White Background
Lorem ipsum dolor sit amet.
#273148 Color CSS Codes
.mybgcolor {background-color:#273148; } .myforecolor {color:#273148; } .mybordercolor {border:3px solid #273148; }
#273148 Text Font Color
<p style="color:#273148">Text here</p>
This sample text font color is #273148
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#273148 Background Color
<div style="background-color:#273148">
Div content here</div>
This div background color is #273148
#273148 Border Color
<div style="border:3px solid #273148">
Div here</div>
This div border color is #273148
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(39,49,72, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #273148; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #273148; -webkit-box-shadow: 1px 1px 3px 2px #273148; box-shadow: 1px 1px 3px 2px #273148; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(39,49,72, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #273148">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #273148; -webkit-box-shadow: 1px 1px 3px 2px #273148; box-shadow: 1px 1px 3px 2px #273148;">
Div content here</div>
This div box has shadow with color #273148
Comments
No comments written yet.
Please login to write comment.