Color spaces of #273aaa
RGB | 39 | 58 | 170 |
---|---|---|---|
HSL | 0.64 | 0.63 | 0.41 |
HSV | 231° | 77° | 67° |
CMYK | 0.77 | 0.66 | 0.00 0.33 |
XYZ | 9.6055 | 6.3597 | 38.7515 |
Yxy | 6.3597 | 0.1755 | 0.1162 |
Hunter Lab | 25.2184 | 23.8569 | -73.4541 |
CIE-Lab | 30.3024 | 33.3177 | -61.9019 |
#273aaa color RGB value is (39,58,170).
#273aaa hex color red value is 39, green value is 58 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #273aaa hue: 0.64 , saturation: 0.63 and the lightness value of 273aaa is 0.41.
The process color (four color CMYK) of #273aaa color hex is 0.77, 0.66, 0.00, 0.33. Web safe color of #273aaa is #333399. Color #273aaa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100111 | 00111010 | 10101010 |
Octal | 47 | 72 | 252 |
Decimal | 39 | 58 | 170 |
Hex | 27 | 3A | AA |
Shades of #273aaa
Tints of #273aaa
RGB Percentages of Color #273aaa
CMYK Percentages of Color #273aaa
Complementary Color
#273aaa | #aa9727 |
#273aaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#273aaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#273aaa Color CSS Codes
.mybgcolor {background-color:#273aaa; } .myforecolor {color:#273aaa; } .mybordercolor {border:3px solid #273aaa; }
#273aaa Text Font Color
<p style="color:#273aaa">Text here</p>
This sample text font color is #273aaa
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.
#273aaa Background Color
<div style="background-color:#273aaa">
Div content here</div>
This div background color is #273aaa
#273aaa Border Color
<div style="border:3px solid #273aaa">
Div here</div>
This div border color is #273aaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(39,58,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #273aaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #273aaa; -webkit-box-shadow: 1px 1px 3px 2px #273aaa; box-shadow: 1px 1px 3px 2px #273aaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(39,58,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #273aaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #273aaa; -webkit-box-shadow: 1px 1px 3px 2px #273aaa; box-shadow: 1px 1px 3px 2px #273aaa;">
Div content here</div>
This div box has shadow with color #273aaa
Comments
No comments written yet.
Please login to write comment.