Shades of Dark Cerulean #03466E
Tints of Dark Cerulean #03466E
RGB
CMYK
RGB Variations
Color information
#03466E (or 0x03466E) is known color: Dark Cerulean. HEX triplet: 03, 46 and 6E. RGB value is (3,70,110). Sum of RGB (Red+Green+Blue) = 3+70+110=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 110 (43.36% from 255 or 60.11% from 183); Max value from RGB is 110 - color contains mainly: blue. Hex color #03466E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03466E is #FCB991. Grayscale: #363636. Windows color (decimal): -16562578 or 7226883. OLE color: 7226883.
HSL color Cylindrical-coordinate representation of color #03466E: hue angle of 202.43º 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 #03466E is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 70 | 110 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.57 |
| HSL | 202.43º | 0.95% | 0.22% | - |
| HSV(B) | 202.43º | 0.97% | 0.43% | - |
| XYZ | 5.04 | 5.53 | 15.55 | - |
| YUV | 54.53 | 159.3 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 70 | 110 | 0.97 | 0.36 | 0 | 0.57 | 202.43 | 0.95 | 0.22 |
| Hex | 3 | 46 | 6E | 61 | 24 | 0 | 39 | CA | 5F | 16 |
| Octal | 3 | 106 | 156 | 141 | 44 | 0 | 71 | 312 | 137 | 26 |
| Binary | 11 | 1000110 | 1101110 | 1100001 | 100100 | 0 | 111001 | 11001010 | 1011111 | 10110 |
Color Harmonies of #03466E
Complementary color
Monochromatic Colors of #03466E
Black with #03466E
Text Example
Text Example
White with #03466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03466E; }
p { color: rgb(3,70,110); }
H1.HeaderClassName
{
color: #03466E;
}
.AnyTagClassName
{
color: #03466E;
}
</style>
background-color css
<style>
a { background-color: #03466E; }
a { background-color: rgb(3,70,110); }
div.DivClassName
{
background-color: #03466E;
}
.BgClassName
{
background-color: #03466E;
}
</style>
border-color css
<style>
span { border-color: #03466E; }
span { border-color: rgb(3,70,110); }
td.TdClassName
{
border-color: #03466E;
}
.TagClassName
{
border-color: #03466E;
}
</style>