Shades of Dark Cerulean #03476C
Tints of Dark Cerulean #03476C
RGB
CMYK
RGB Variations
Color information
#03476C (or 0x03476C) is known color: Dark Cerulean. HEX triplet: 03, 47 and 6C. RGB value is (3,71,108). Sum of RGB (Red+Green+Blue) = 3+71+108=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #03476C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03476C is #FCB893. Grayscale: #363636. Windows color (decimal): -16562324 or 7096067. OLE color: 7096067.
HSL color Cylindrical-coordinate representation of color #03476C: hue angle of 201.14º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03476C is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 71 | 108 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.58 |
| HSL | 201.14º | 0.95% | 0.22% | - |
| HSV(B) | 201.14º | 0.97% | 0.42% | - |
| XYZ | 5 | 5.61 | 15.01 | - |
| YUV | 54.89 | 157.97 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 71 | 108 | 0.97 | 0.34 | 0 | 0.58 | 201.14 | 0.95 | 0.22 |
| Hex | 3 | 47 | 6C | 61 | 22 | 0 | 3A | C9 | 5F | 16 |
| Octal | 3 | 107 | 154 | 141 | 42 | 0 | 72 | 311 | 137 | 26 |
| Binary | 11 | 1000111 | 1101100 | 1100001 | 100010 | 0 | 111010 | 11001001 | 1011111 | 10110 |
Color Harmonies of #03476C
Complementary color
Monochromatic Colors of #03476C
Black with #03476C
Text Example
Text Example
White with #03476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03476C; }
p { color: rgb(3,71,108); }
H1.HeaderClassName
{
color: #03476C;
}
.AnyTagClassName
{
color: #03476C;
}
</style>
background-color css
<style>
a { background-color: #03476C; }
a { background-color: rgb(3,71,108); }
div.DivClassName
{
background-color: #03476C;
}
.BgClassName
{
background-color: #03476C;
}
</style>
border-color css
<style>
span { border-color: #03476C; }
span { border-color: rgb(3,71,108); }
td.TdClassName
{
border-color: #03476C;
}
.TagClassName
{
border-color: #03476C;
}
</style>