Shades of Dark Cerulean #03377E
Tints of Dark Cerulean #03377E
RGB
CMYK
RGB Variations
Color information
#03377E (or 0x03377E) is known color: Dark Cerulean. HEX triplet: 03, 37 and 7E. RGB value is (3,55,126). Sum of RGB (Red+Green+Blue) = 3+55+126=184 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.63% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 126 (49.61% from 255 or 68.48% from 184); Max value from RGB is 126 - color contains mainly: blue. Hex color #03377E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03377E is #FCC881. Grayscale: #2F2F2F. Windows color (decimal): -16566402 or 8271619. OLE color: 8271619.
HSL color Cylindrical-coordinate representation of color #03377E: hue angle of 214.63º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03377E is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 55 | 126 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.51 |
| HSL | 214.63º | 0.95% | 0.25% | - |
| HSV(B) | 214.63º | 0.98% | 0.49% | - |
| XYZ | 5.17 | 4.26 | 20.29 | - |
| YUV | 47.55 | 172.27 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 55 | 126 | 0.98 | 0.56 | 0 | 0.51 | 214.63 | 0.95 | 0.25 |
| Hex | 3 | 37 | 7E | 62 | 38 | 0 | 33 | D7 | 5F | 19 |
| Octal | 3 | 67 | 176 | 142 | 70 | 0 | 63 | 327 | 137 | 31 |
| Binary | 11 | 110111 | 1111110 | 1100010 | 111000 | 0 | 110011 | 11010111 | 1011111 | 11001 |
Color Harmonies of #03377E
Complementary color
Monochromatic Colors of #03377E
Black with #03377E
Text Example
Text Example
White with #03377E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03377E; }
p { color: rgb(3,55,126); }
H1.HeaderClassName
{
color: #03377E;
}
.AnyTagClassName
{
color: #03377E;
}
</style>
background-color css
<style>
a { background-color: #03377E; }
a { background-color: rgb(3,55,126); }
div.DivClassName
{
background-color: #03377E;
}
.BgClassName
{
background-color: #03377E;
}
</style>
border-color css
<style>
span { border-color: #03377E; }
span { border-color: rgb(3,55,126); }
td.TdClassName
{
border-color: #03377E;
}
.TagClassName
{
border-color: #03377E;
}
</style>