Shades of Dark Cerulean #034670
Tints of Dark Cerulean #034670
RGB
CMYK
RGB Variations
Color information
#034670 (or 0x034670) is known color: Dark Cerulean. HEX triplet: 03, 46 and 70. RGB value is (3,70,112). Sum of RGB (Red+Green+Blue) = 3+70+112=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 112 (44.14% from 255 or 60.54% from 185); Max value from RGB is 112 - color contains mainly: blue. Hex color #034670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034670 is #FCB98F. Grayscale: #363636. Windows color (decimal): -16562576 or 7357955. OLE color: 7357955.
HSL color Cylindrical-coordinate representation of color #034670: hue angle of 203.12º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034670 is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 70 | 112 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.56 |
| HSL | 203.12º | 0.95% | 0.23% | - |
| HSV(B) | 203.12º | 0.97% | 0.44% | - |
| XYZ | 5.15 | 5.57 | 16.13 | - |
| YUV | 54.76 | 160.3 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 70 | 112 | 0.97 | 0.38 | 0 | 0.56 | 203.12 | 0.95 | 0.23 |
| Hex | 3 | 46 | 70 | 61 | 26 | 0 | 38 | CB | 5F | 17 |
| Octal | 3 | 106 | 160 | 141 | 46 | 0 | 70 | 313 | 137 | 27 |
| Binary | 11 | 1000110 | 1110000 | 1100001 | 100110 | 0 | 111000 | 11001011 | 1011111 | 10111 |
Color Harmonies of #034670
Complementary color
Monochromatic Colors of #034670
Black with #034670
Text Example
Text Example
White with #034670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034670; }
p { color: rgb(3,70,112); }
H1.HeaderClassName
{
color: #034670;
}
.AnyTagClassName
{
color: #034670;
}
</style>
background-color css
<style>
a { background-color: #034670; }
a { background-color: rgb(3,70,112); }
div.DivClassName
{
background-color: #034670;
}
.BgClassName
{
background-color: #034670;
}
</style>
border-color css
<style>
span { border-color: #034670; }
span { border-color: rgb(3,70,112); }
td.TdClassName
{
border-color: #034670;
}
.TagClassName
{
border-color: #034670;
}
</style>