Shades of Dark Cerulean #03486E
Tints of Dark Cerulean #03486E
RGB
CMYK
RGB Variations
Color information
#03486E (or 0x03486E) is known color: Dark Cerulean. HEX triplet: 03, 48 and 6E. RGB value is (3,72,110). Sum of RGB (Red+Green+Blue) = 3+72+110=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 110 (43.36% from 255 or 59.46% from 185); Max value from RGB is 110 - color contains mainly: blue. Hex color #03486E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03486E is #FCB791. Grayscale: #373737. Windows color (decimal): -16562066 or 7227395. OLE color: 7227395.
HSL color Cylindrical-coordinate representation of color #03486E: hue angle of 201.31º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03486E is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 72 | 110 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.57 |
| HSL | 201.31º | 0.95% | 0.22% | - |
| HSV(B) | 201.31º | 0.97% | 0.43% | - |
| XYZ | 5.17 | 5.78 | 15.6 | - |
| YUV | 55.7 | 158.64 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 72 | 110 | 0.97 | 0.35 | 0 | 0.57 | 201.31 | 0.95 | 0.22 |
| Hex | 3 | 48 | 6E | 61 | 23 | 0 | 39 | C9 | 5F | 16 |
| Octal | 3 | 110 | 156 | 141 | 43 | 0 | 71 | 311 | 137 | 26 |
| Binary | 11 | 1001000 | 1101110 | 1100001 | 100011 | 0 | 111001 | 11001001 | 1011111 | 10110 |
Color Harmonies of #03486E
Complementary color
Monochromatic Colors of #03486E
Black with #03486E
Text Example
Text Example
White with #03486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03486E; }
p { color: rgb(3,72,110); }
H1.HeaderClassName
{
color: #03486E;
}
.AnyTagClassName
{
color: #03486E;
}
</style>
background-color css
<style>
a { background-color: #03486E; }
a { background-color: rgb(3,72,110); }
div.DivClassName
{
background-color: #03486E;
}
.BgClassName
{
background-color: #03486E;
}
</style>
border-color css
<style>
span { border-color: #03486E; }
span { border-color: rgb(3,72,110); }
td.TdClassName
{
border-color: #03486E;
}
.TagClassName
{
border-color: #03486E;
}
</style>