Shades of Dark Cerulean #03486B
Tints of Dark Cerulean #03486B
RGB
CMYK
RGB Variations
Color information
#03486B (or 0x03486B) is known color: Dark Cerulean. HEX triplet: 03, 48 and 6B. RGB value is (3,72,107). Sum of RGB (Red+Green+Blue) = 3+72+107=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 107 (42.19% from 255 or 58.79% from 182); Max value from RGB is 107 - color contains mainly: blue. Hex color #03486B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03486B is #FCB794. Grayscale: #373737. Windows color (decimal): -16562069 or 7030787. OLE color: 7030787.
HSL color Cylindrical-coordinate representation of color #03486B: hue angle of 200.19º 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 #03486B is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 72 | 107 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.58 |
| HSL | 200.19º | 0.95% | 0.22% | - |
| HSV(B) | 200.19º | 0.97% | 0.42% | - |
| XYZ | 5.01 | 5.72 | 14.75 | - |
| YUV | 55.36 | 157.14 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 72 | 107 | 0.97 | 0.33 | 0 | 0.58 | 200.19 | 0.95 | 0.22 |
| Hex | 3 | 48 | 6B | 61 | 21 | 0 | 3A | C8 | 5F | 16 |
| Octal | 3 | 110 | 153 | 141 | 41 | 0 | 72 | 310 | 137 | 26 |
| Binary | 11 | 1001000 | 1101011 | 1100001 | 100001 | 0 | 111010 | 11001000 | 1011111 | 10110 |
Color Harmonies of #03486B
Complementary color
Monochromatic Colors of #03486B
Black with #03486B
Text Example
Text Example
White with #03486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03486B; }
p { color: rgb(3,72,107); }
H1.HeaderClassName
{
color: #03486B;
}
.AnyTagClassName
{
color: #03486B;
}
</style>
background-color css
<style>
a { background-color: #03486B; }
a { background-color: rgb(3,72,107); }
div.DivClassName
{
background-color: #03486B;
}
.BgClassName
{
background-color: #03486B;
}
</style>
border-color css
<style>
span { border-color: #03486B; }
span { border-color: rgb(3,72,107); }
td.TdClassName
{
border-color: #03486B;
}
.TagClassName
{
border-color: #03486B;
}
</style>