Shades of Dark Cerulean #03466C
Tints of Dark Cerulean #03466C
RGB
CMYK
RGB Variations
Color information
#03466C (or 0x03466C) is known color: Dark Cerulean. HEX triplet: 03, 46 and 6C. RGB value is (3,70,108). Sum of RGB (Red+Green+Blue) = 3+70+108=181 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.66% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 108 (42.58% from 255 or 59.67% from 181); Max value from RGB is 108 - color contains mainly: blue. Hex color #03466C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03466C is #FCB993. Grayscale: #363636. Windows color (decimal): -16562580 or 7095811. OLE color: 7095811.
HSL color Cylindrical-coordinate representation of color #03466C: hue angle of 201.71º 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 #03466C is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 70 | 108 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.58 |
| HSL | 201.71º | 0.95% | 0.22% | - |
| HSV(B) | 201.71º | 0.97% | 0.42% | - |
| XYZ | 4.93 | 5.48 | 14.99 | - |
| YUV | 54.3 | 158.3 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 70 | 108 | 0.97 | 0.35 | 0 | 0.58 | 201.71 | 0.95 | 0.22 |
| Hex | 3 | 46 | 6C | 61 | 23 | 0 | 3A | CA | 5F | 16 |
| Octal | 3 | 106 | 154 | 141 | 43 | 0 | 72 | 312 | 137 | 26 |
| Binary | 11 | 1000110 | 1101100 | 1100001 | 100011 | 0 | 111010 | 11001010 | 1011111 | 10110 |
Color Harmonies of #03466C
Complementary color
Monochromatic Colors of #03466C
Black with #03466C
Text Example
Text Example
White with #03466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03466C; }
p { color: rgb(3,70,108); }
H1.HeaderClassName
{
color: #03466C;
}
.AnyTagClassName
{
color: #03466C;
}
</style>
background-color css
<style>
a { background-color: #03466C; }
a { background-color: rgb(3,70,108); }
div.DivClassName
{
background-color: #03466C;
}
.BgClassName
{
background-color: #03466C;
}
</style>
border-color css
<style>
span { border-color: #03466C; }
span { border-color: rgb(3,70,108); }
td.TdClassName
{
border-color: #03466C;
}
.TagClassName
{
border-color: #03466C;
}
</style>