Shades of Dark Cerulean #03377B
Tints of Dark Cerulean #03377B
RGB
CMYK
RGB Variations
Color information
#03377B (or 0x03377B) is known color: Dark Cerulean. HEX triplet: 03, 37 and 7B. RGB value is (3,55,123). Sum of RGB (Red+Green+Blue) = 3+55+123=181 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.66% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 123 (48.44% from 255 or 67.96% from 181); Max value from RGB is 123 - color contains mainly: blue. Hex color #03377B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03377B is #FCC884. Grayscale: #2E2E2E. Windows color (decimal): -16566405 or 8075011. OLE color: 8075011.
HSL color Cylindrical-coordinate representation of color #03377B: hue angle of 214º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03377B is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 55 | 123 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.52 |
| HSL | 214º | 0.95% | 0.25% | - |
| HSV(B) | 214º | 0.98% | 0.48% | - |
| XYZ | 4.98 | 4.18 | 19.28 | - |
| YUV | 47.2 | 170.77 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 55 | 123 | 0.98 | 0.55 | 0 | 0.52 | 214 | 0.95 | 0.25 |
| Hex | 3 | 37 | 7B | 62 | 37 | 0 | 34 | D6 | 5F | 19 |
| Octal | 3 | 67 | 173 | 142 | 67 | 0 | 64 | 326 | 137 | 31 |
| Binary | 11 | 110111 | 1111011 | 1100010 | 110111 | 0 | 110100 | 11010110 | 1011111 | 11001 |
Color Harmonies of #03377B
Complementary color
Monochromatic Colors of #03377B
Black with #03377B
Text Example
Text Example
White with #03377B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03377B; }
p { color: rgb(3,55,123); }
H1.HeaderClassName
{
color: #03377B;
}
.AnyTagClassName
{
color: #03377B;
}
</style>
background-color css
<style>
a { background-color: #03377B; }
a { background-color: rgb(3,55,123); }
div.DivClassName
{
background-color: #03377B;
}
.BgClassName
{
background-color: #03377B;
}
</style>
border-color css
<style>
span { border-color: #03377B; }
span { border-color: rgb(3,55,123); }
td.TdClassName
{
border-color: #03377B;
}
.TagClassName
{
border-color: #03377B;
}
</style>