Color spaces of #361eaa
RGB | 54 | 30 | 170 |
---|---|---|---|
HSL | 0.70 | 0.70 | 0.39 |
HSV | 250° | 82° | 67° |
CMYK | 0.68 | 0.82 | 0.00 0.33 |
XYZ | 9.2413 | 4.6151 | 38.4339 |
Yxy | 4.6151 | 0.1767 | 0.0883 |
Hunter Lab | 21.4828 | 39.1909 | -91.0352 |
CIE-Lab | 25.6088 | 50.5673 | -69.6060 |
#361eaa color RGB value is (54,30,170).
#361eaa hex color red value is 54, green value is 30 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #361eaa hue: 0.70 , saturation: 0.70 and the lightness value of 361eaa is 0.39.
The process color (four color CMYK) of #361eaa color hex is 0.68, 0.82, 0.00, 0.33. Web safe color of #361eaa is #333399. Color #361eaa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110110 | 00011110 | 10101010 |
Octal | 66 | 36 | 252 |
Decimal | 54 | 30 | 170 |
Hex | 36 | 1E | AA |
Shades of #361eaa
Tints of #361eaa
RGB Percentages of Color #361eaa
CMYK Percentages of Color #361eaa
Complementary Color
#361eaa | #92aa1e |
#361eaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#361eaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#361eaa Color CSS Codes
.mybgcolor {background-color:#361eaa; } .myforecolor {color:#361eaa; } .mybordercolor {border:3px solid #361eaa; }
#361eaa Text Font Color
<p style="color:#361eaa">Text here</p>
This sample text font color is #361eaa
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.
#361eaa Background Color
<div style="background-color:#361eaa">
Div content here</div>
This div background color is #361eaa
#361eaa Border Color
<div style="border:3px solid #361eaa">
Div here</div>
This div border color is #361eaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(54,30,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #361eaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #361eaa; -webkit-box-shadow: 1px 1px 3px 2px #361eaa; box-shadow: 1px 1px 3px 2px #361eaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(54,30,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 #361eaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #361eaa; -webkit-box-shadow: 1px 1px 3px 2px #361eaa; box-shadow: 1px 1px 3px 2px #361eaa;">
Div content here</div>
This div box has shadow with color #361eaa
Comments
No comments written yet.
Please login to write comment.