Shades of Dark Cerulean #03367F
Tints of Dark Cerulean #03367F
RGB
CMYK
RGB Variations
Color information
#03367F (or 0x03367F) is known color: Dark Cerulean. HEX triplet: 03, 36 and 7F. RGB value is (3,54,127). Sum of RGB (Red+Green+Blue) = 3+54+127=184 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.63% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 127 (50% from 255 or 69.02% from 184); Max value from RGB is 127 - color contains mainly: blue. Hex color #03367F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03367F is #FCC980. Grayscale: #2E2E2E. Windows color (decimal): -16566657 or 8336899. OLE color: 8336899.
HSL color Cylindrical-coordinate representation of color #03367F: hue angle of 215.32º 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 #03367F is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 3 | 54 | 127 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.50 |
| HSL | 215.32º | 0.95% | 0.25% | - |
| HSV(B) | 215.32º | 0.98% | 0.5% | - |
| XYZ | 5.19 | 4.19 | 20.61 | - |
| YUV | 47.07 | 173.1 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 54 | 127 | 0.98 | 0.57 | 0 | 0.50 | 215.32 | 0.95 | 0.25 |
| Hex | 3 | 36 | 7F | 62 | 39 | 0 | 32 | D7 | 5F | 19 |
| Octal | 3 | 66 | 177 | 142 | 71 | 0 | 62 | 327 | 137 | 31 |
| Binary | 11 | 110110 | 1111111 | 1100010 | 111001 | 0 | 110010 | 11010111 | 1011111 | 11001 |
Color Harmonies of #03367F
Complementary color
Monochromatic Colors of #03367F
Black with #03367F
Text Example
Text Example
White with #03367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03367F; }
p { color: rgb(3,54,127); }
H1.HeaderClassName
{
color: #03367F;
}
.AnyTagClassName
{
color: #03367F;
}
</style>
background-color css
<style>
a { background-color: #03367F; }
a { background-color: rgb(3,54,127); }
div.DivClassName
{
background-color: #03367F;
}
.BgClassName
{
background-color: #03367F;
}
</style>
border-color css
<style>
span { border-color: #03367F; }
span { border-color: rgb(3,54,127); }
td.TdClassName
{
border-color: #03367F;
}
.TagClassName
{
border-color: #03367F;
}
</style>