Shades of Dark Cerulean #03476D
Tints of Dark Cerulean #03476D
RGB
CMYK
RGB Variations
Color information
#03476D (or 0x03476D) is known color: Dark Cerulean. HEX triplet: 03, 47 and 6D. RGB value is (3,71,109). Sum of RGB (Red+Green+Blue) = 3+71+109=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 109 (42.97% from 255 or 59.56% from 183); Max value from RGB is 109 - color contains mainly: blue. Hex color #03476D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03476D is #FCB892. Grayscale: #363636. Windows color (decimal): -16562323 or 7161603. OLE color: 7161603.
HSL color Cylindrical-coordinate representation of color #03476D: hue angle of 201.51º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03476D is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 71 | 109 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.57 |
| HSL | 201.51º | 0.95% | 0.22% | - |
| HSV(B) | 201.51º | 0.97% | 0.43% | - |
| XYZ | 5.05 | 5.63 | 15.29 | - |
| YUV | 55 | 158.47 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 71 | 109 | 0.97 | 0.35 | 0 | 0.57 | 201.51 | 0.95 | 0.22 |
| Hex | 3 | 47 | 6D | 61 | 23 | 0 | 39 | CA | 5F | 16 |
| Octal | 3 | 107 | 155 | 141 | 43 | 0 | 71 | 312 | 137 | 26 |
| Binary | 11 | 1000111 | 1101101 | 1100001 | 100011 | 0 | 111001 | 11001010 | 1011111 | 10110 |
Color Harmonies of #03476D
Complementary color
Monochromatic Colors of #03476D
Black with #03476D
Text Example
Text Example
White with #03476D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03476D; }
p { color: rgb(3,71,109); }
H1.HeaderClassName
{
color: #03476D;
}
.AnyTagClassName
{
color: #03476D;
}
</style>
background-color css
<style>
a { background-color: #03476D; }
a { background-color: rgb(3,71,109); }
div.DivClassName
{
background-color: #03476D;
}
.BgClassName
{
background-color: #03476D;
}
</style>
border-color css
<style>
span { border-color: #03476D; }
span { border-color: rgb(3,71,109); }
td.TdClassName
{
border-color: #03476D;
}
.TagClassName
{
border-color: #03476D;
}
</style>