Color spaces of #03218f
RGB | 3 | 33 | 143 |
---|---|---|---|
HSL | 0.63 | 0.96 | 0.29 |
HSV | 227° | 98° | 56° |
CMYK | 0.98 | 0.77 | 0.00 0.44 |
XYZ | 5.5393 | 3.0902 | 26.2911 |
Yxy | 3.0902 | 0.1586 | 0.0885 |
Hunter Lab | 17.5790 | 25.4839 | -76.3689 |
CIE-Lab | 20.4016 | 36.9510 | -61.7798 |
#03218f color RGB value is (3,33,143).
#03218f hex color red value is 3, green value is 33 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #03218f hue: 0.63 , saturation: 0.96 and the lightness value of 03218f is 0.29.
The process color (four color CMYK) of #03218f color hex is 0.98, 0.77, 0.00, 0.44. Web safe color of #03218f is #003399. Color #03218f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000011 | 00100001 | 10001111 |
Octal | 3 | 41 | 217 |
Decimal | 3 | 33 | 143 |
Hex | 3 | 21 | 8F |
Shades of #03218f
Tints of #03218f
RGB Percentages of Color #03218f
CMYK Percentages of Color #03218f
Complementary Color
#03218f | #8f7103 |
#03218f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#03218f Color Preview on White Background
Lorem ipsum dolor sit amet.
#03218f Color CSS Codes
.mybgcolor {background-color:#03218f; } .myforecolor {color:#03218f; } .mybordercolor {border:3px solid #03218f; }
#03218f Text Font Color
<p style="color:#03218f">Text here</p>
This sample text font color is #03218f
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.
#03218f Background Color
<div style="background-color:#03218f">
Div content here</div>
This div background color is #03218f
#03218f Border Color
<div style="border:3px solid #03218f">
Div here</div>
This div border color is #03218f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(3,33,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #03218f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #03218f; -webkit-box-shadow: 1px 1px 3px 2px #03218f; box-shadow: 1px 1px 3px 2px #03218f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(3,33,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #03218f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #03218f; -webkit-box-shadow: 1px 1px 3px 2px #03218f; box-shadow: 1px 1px 3px 2px #03218f;">
Div content here</div>
This div box has shadow with color #03218f
Comments
No comments written yet.
Please login to write comment.