Shades of Dark Cerulean #03377C
Tints of Dark Cerulean #03377C
RGB
CMYK
RGB Variations
Color information
#03377C (or 0x03377C) is known color: Dark Cerulean. HEX triplet: 03, 37 and 7C. RGB value is (3,55,124). Sum of RGB (Red+Green+Blue) = 3+55+124=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 124 (48.83% from 255 or 68.13% from 182); Max value from RGB is 124 - color contains mainly: blue. Hex color #03377C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03377C is #FCC883. Grayscale: #2E2E2E. Windows color (decimal): -16566404 or 8140547. OLE color: 8140547.
HSL color Cylindrical-coordinate representation of color #03377C: hue angle of 214.21º 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 #03377C is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 55 | 124 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.51 |
| HSL | 214.21º | 0.95% | 0.25% | - |
| HSV(B) | 214.21º | 0.98% | 0.49% | - |
| XYZ | 5.04 | 4.21 | 19.62 | - |
| YUV | 47.32 | 171.27 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 55 | 124 | 0.98 | 0.56 | 0 | 0.51 | 214.21 | 0.95 | 0.25 |
| Hex | 3 | 37 | 7C | 62 | 38 | 0 | 33 | D6 | 5F | 19 |
| Octal | 3 | 67 | 174 | 142 | 70 | 0 | 63 | 326 | 137 | 31 |
| Binary | 11 | 110111 | 1111100 | 1100010 | 111000 | 0 | 110011 | 11010110 | 1011111 | 11001 |
Color Harmonies of #03377C
Complementary color
Monochromatic Colors of #03377C
Black with #03377C
Text Example
Text Example
White with #03377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03377C; }
p { color: rgb(3,55,124); }
H1.HeaderClassName
{
color: #03377C;
}
.AnyTagClassName
{
color: #03377C;
}
</style>
background-color css
<style>
a { background-color: #03377C; }
a { background-color: rgb(3,55,124); }
div.DivClassName
{
background-color: #03377C;
}
.BgClassName
{
background-color: #03377C;
}
</style>
border-color css
<style>
span { border-color: #03377C; }
span { border-color: rgb(3,55,124); }
td.TdClassName
{
border-color: #03377C;
}
.TagClassName
{
border-color: #03377C;
}
</style>