Color spaces of #032eae
RGB | 3 | 46 | 174 |
---|---|---|---|
HSL | 0.62 | 0.97 | 0.35 |
HSV | 225° | 98° | 68° |
CMYK | 0.98 | 0.74 | 0.00 0.32 |
XYZ | 8.6545 | 5.0293 | 40.5590 |
Yxy | 5.0293 | 0.1596 | 0.0927 |
Hunter Lab | 22.4261 | 29.6396 | -91.5314 |
CIE-Lab | 26.8181 | 40.3817 | -70.0796 |
#032eae color RGB value is (3,46,174).
#032eae hex color red value is 3, green value is 46 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #032eae hue: 0.62 , saturation: 0.97 and the lightness value of 032eae is 0.35.
The process color (four color CMYK) of #032eae color hex is 0.98, 0.74, 0.00, 0.32. Web safe color of #032eae is #003399. Color #032eae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000011 | 00101110 | 10101110 |
Octal | 3 | 56 | 256 |
Decimal | 3 | 46 | 174 |
Hex | 3 | 2E | AE |
Shades of #032eae
Tints of #032eae
RGB Percentages of Color #032eae
CMYK Percentages of Color #032eae
Complementary Color
#032eae | #ae8303 |
#032eae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#032eae Color Preview on White Background
Lorem ipsum dolor sit amet.
#032eae Color CSS Codes
.mybgcolor {background-color:#032eae; } .myforecolor {color:#032eae; } .mybordercolor {border:3px solid #032eae; }
#032eae Text Font Color
<p style="color:#032eae">Text here</p>
This sample text font color is #032eae
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.
#032eae Background Color
<div style="background-color:#032eae">
Div content here</div>
This div background color is #032eae
#032eae Border Color
<div style="border:3px solid #032eae">
Div here</div>
This div border color is #032eae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(3,46,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #032eae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #032eae; -webkit-box-shadow: 1px 1px 3px 2px #032eae; box-shadow: 1px 1px 3px 2px #032eae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(3,46,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #032eae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #032eae; -webkit-box-shadow: 1px 1px 3px 2px #032eae; box-shadow: 1px 1px 3px 2px #032eae;">
Div content here</div>
This div box has shadow with color #032eae
Comments
No comments written yet.
Please login to write comment.