Shades of Dark Cerulean #03486C
Tints of Dark Cerulean #03486C
RGB
CMYK
RGB Variations
Color information
#03486C (or 0x03486C) is known color: Dark Cerulean. HEX triplet: 03, 48 and 6C. RGB value is (3,72,108). Sum of RGB (Red+Green+Blue) = 3+72+108=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 108 (42.58% from 255 or 59.02% from 183); Max value from RGB is 108 - color contains mainly: blue. Hex color #03486C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03486C is #FCB793. Grayscale: #373737. Windows color (decimal): -16562068 or 7096323. OLE color: 7096323.
HSL color Cylindrical-coordinate representation of color #03486C: hue angle of 200.57º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03486C is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 72 | 108 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.58 |
| HSL | 200.57º | 0.95% | 0.22% | - |
| HSV(B) | 200.57º | 0.97% | 0.42% | - |
| XYZ | 5.06 | 5.74 | 15.03 | - |
| YUV | 55.47 | 157.64 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 72 | 108 | 0.97 | 0.33 | 0 | 0.58 | 200.57 | 0.95 | 0.22 |
| Hex | 3 | 48 | 6C | 61 | 21 | 0 | 3A | C9 | 5F | 16 |
| Octal | 3 | 110 | 154 | 141 | 41 | 0 | 72 | 311 | 137 | 26 |
| Binary | 11 | 1001000 | 1101100 | 1100001 | 100001 | 0 | 111010 | 11001001 | 1011111 | 10110 |
Color Harmonies of #03486C
Complementary color
Monochromatic Colors of #03486C
Black with #03486C
Text Example
Text Example
White with #03486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03486C; }
p { color: rgb(3,72,108); }
H1.HeaderClassName
{
color: #03486C;
}
.AnyTagClassName
{
color: #03486C;
}
</style>
background-color css
<style>
a { background-color: #03486C; }
a { background-color: rgb(3,72,108); }
div.DivClassName
{
background-color: #03486C;
}
.BgClassName
{
background-color: #03486C;
}
</style>
border-color css
<style>
span { border-color: #03486C; }
span { border-color: rgb(3,72,108); }
td.TdClassName
{
border-color: #03486C;
}
.TagClassName
{
border-color: #03486C;
}
</style>