Shades of Dark Cerulean #034070
Tints of Dark Cerulean #034070
RGB
CMYK
RGB Variations
Color information
#034070 (or 0x034070) is known color: Dark Cerulean. HEX triplet: 03, 40 and 70. RGB value is (3,64,112). Sum of RGB (Red+Green+Blue) = 3+64+112=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 112 (44.14% from 255 or 62.57% from 179); Max value from RGB is 112 - color contains mainly: blue. Hex color #034070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034070 is #FCBF8F. Grayscale: #323232. Windows color (decimal): -16564112 or 7356419. OLE color: 7356419.
HSL color Cylindrical-coordinate representation of color #034070: hue angle of 206.42º 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 #034070 is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 64 | 112 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.56 |
| HSL | 206.42º | 0.95% | 0.23% | - |
| HSV(B) | 206.42º | 0.97% | 0.44% | - |
| XYZ | 4.8 | 4.86 | 16.01 | - |
| YUV | 51.23 | 162.29 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 112 | 0.97 | 0.43 | 0 | 0.56 | 206.42 | 0.95 | 0.23 |
| Hex | 3 | 40 | 70 | 61 | 2B | 0 | 38 | CE | 5F | 17 |
| Octal | 3 | 100 | 160 | 141 | 53 | 0 | 70 | 316 | 137 | 27 |
| Binary | 11 | 1000000 | 1110000 | 1100001 | 101011 | 0 | 111000 | 11001110 | 1011111 | 10111 |
Color Harmonies of #034070
Complementary color
Monochromatic Colors of #034070
Black with #034070
Text Example
Text Example
White with #034070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034070; }
p { color: rgb(3,64,112); }
H1.HeaderClassName
{
color: #034070;
}
.AnyTagClassName
{
color: #034070;
}
</style>
background-color css
<style>
a { background-color: #034070; }
a { background-color: rgb(3,64,112); }
div.DivClassName
{
background-color: #034070;
}
.BgClassName
{
background-color: #034070;
}
</style>
border-color css
<style>
span { border-color: #034070; }
span { border-color: rgb(3,64,112); }
td.TdClassName
{
border-color: #034070;
}
.TagClassName
{
border-color: #034070;
}
</style>