Shades of Dark Cerulean #03477F
Tints of Dark Cerulean #03477F
RGB
CMYK
RGB Variations
Color information
#03477F (or 0x03477F) is known color: Dark Cerulean. HEX triplet: 03, 47 and 7F. RGB value is (3,71,127). Sum of RGB (Red+Green+Blue) = 3+71+127=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 127 (50% from 255 or 63.18% from 201); Max value from RGB is 127 - color contains mainly: blue. Hex color #03477F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03477F is #FCB880. Grayscale: #383838. Windows color (decimal): -16562305 or 8341251. OLE color: 8341251.
HSL color Cylindrical-coordinate representation of color #03477F: hue angle of 207.1º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03477F is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 3 | 71 | 127 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.50 |
| HSL | 207.1º | 0.95% | 0.25% | - |
| HSV(B) | 207.1º | 0.98% | 0.5% | - |
| XYZ | 6.12 | 6.06 | 20.93 | - |
| YUV | 57.05 | 167.47 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 71 | 127 | 0.98 | 0.44 | 0 | 0.50 | 207.1 | 0.95 | 0.25 |
| Hex | 3 | 47 | 7F | 62 | 2C | 0 | 32 | CF | 5F | 19 |
| Octal | 3 | 107 | 177 | 142 | 54 | 0 | 62 | 317 | 137 | 31 |
| Binary | 11 | 1000111 | 1111111 | 1100010 | 101100 | 0 | 110010 | 11001111 | 1011111 | 11001 |
Color Harmonies of #03477F
Complementary color
Monochromatic Colors of #03477F
Black with #03477F
Text Example
Text Example
White with #03477F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03477F; }
p { color: rgb(3,71,127); }
H1.HeaderClassName
{
color: #03477F;
}
.AnyTagClassName
{
color: #03477F;
}
</style>
background-color css
<style>
a { background-color: #03477F; }
a { background-color: rgb(3,71,127); }
div.DivClassName
{
background-color: #03477F;
}
.BgClassName
{
background-color: #03477F;
}
</style>
border-color css
<style>
span { border-color: #03477F; }
span { border-color: rgb(3,71,127); }
td.TdClassName
{
border-color: #03477F;
}
.TagClassName
{
border-color: #03477F;
}
</style>