Shades of Dark Cerulean #03377F
Tints of Dark Cerulean #03377F
RGB
CMYK
RGB Variations
Color information
#03377F (or 0x03377F) is known color: Dark Cerulean. HEX triplet: 03, 37 and 7F. RGB value is (3,55,127). Sum of RGB (Red+Green+Blue) = 3+55+127=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 127 (50% from 255 or 68.65% from 185); Max value from RGB is 127 - color contains mainly: blue. Hex color #03377F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03377F is #FCC880. Grayscale: #2F2F2F. Windows color (decimal): -16566401 or 8337155. OLE color: 8337155.
HSL color Cylindrical-coordinate representation of color #03377F: hue angle of 214.84º 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 #03377F is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 3 | 55 | 127 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.50 |
| HSL | 214.84º | 0.95% | 0.25% | - |
| HSV(B) | 214.84º | 0.98% | 0.5% | - |
| XYZ | 5.23 | 4.28 | 20.63 | - |
| YUV | 47.66 | 172.77 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 55 | 127 | 0.98 | 0.57 | 0 | 0.50 | 214.84 | 0.95 | 0.25 |
| Hex | 3 | 37 | 7F | 62 | 39 | 0 | 32 | D7 | 5F | 19 |
| Octal | 3 | 67 | 177 | 142 | 71 | 0 | 62 | 327 | 137 | 31 |
| Binary | 11 | 110111 | 1111111 | 1100010 | 111001 | 0 | 110010 | 11010111 | 1011111 | 11001 |
Color Harmonies of #03377F
Complementary color
Monochromatic Colors of #03377F
Black with #03377F
Text Example
Text Example
White with #03377F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03377F; }
p { color: rgb(3,55,127); }
H1.HeaderClassName
{
color: #03377F;
}
.AnyTagClassName
{
color: #03377F;
}
</style>
background-color css
<style>
a { background-color: #03377F; }
a { background-color: rgb(3,55,127); }
div.DivClassName
{
background-color: #03377F;
}
.BgClassName
{
background-color: #03377F;
}
</style>
border-color css
<style>
span { border-color: #03377F; }
span { border-color: rgb(3,55,127); }
td.TdClassName
{
border-color: #03377F;
}
.TagClassName
{
border-color: #03377F;
}
</style>