Shades of Dark Cerulean #034471
Tints of Dark Cerulean #034471
RGB
CMYK
RGB Variations
Color information
#034471 (or 0x034471) is known color: Dark Cerulean. HEX triplet: 03, 44 and 71. RGB value is (3,68,113). Sum of RGB (Red+Green+Blue) = 3+68+113=184 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.63% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 113 (44.53% from 255 or 61.41% from 184); Max value from RGB is 113 - color contains mainly: blue. Hex color #034471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034471 is #FCBB8E. Grayscale: #353535. Windows color (decimal): -16563087 or 7422979. OLE color: 7422979.
HSL color Cylindrical-coordinate representation of color #034471: hue angle of 204.55º 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 #034471 is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 68 | 113 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.56 |
| HSL | 204.55º | 0.95% | 0.23% | - |
| HSV(B) | 204.55º | 0.97% | 0.44% | - |
| XYZ | 5.09 | 5.35 | 16.39 | - |
| YUV | 53.7 | 161.47 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 68 | 113 | 0.97 | 0.40 | 0 | 0.56 | 204.55 | 0.95 | 0.23 |
| Hex | 3 | 44 | 71 | 61 | 28 | 0 | 38 | CD | 5F | 17 |
| Octal | 3 | 104 | 161 | 141 | 50 | 0 | 70 | 315 | 137 | 27 |
| Binary | 11 | 1000100 | 1110001 | 1100001 | 101000 | 0 | 111000 | 11001101 | 1011111 | 10111 |
Color Harmonies of #034471
Complementary color
Monochromatic Colors of #034471
Black with #034471
Text Example
Text Example
White with #034471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034471; }
p { color: rgb(3,68,113); }
H1.HeaderClassName
{
color: #034471;
}
.AnyTagClassName
{
color: #034471;
}
</style>
background-color css
<style>
a { background-color: #034471; }
a { background-color: rgb(3,68,113); }
div.DivClassName
{
background-color: #034471;
}
.BgClassName
{
background-color: #034471;
}
</style>
border-color css
<style>
span { border-color: #034471; }
span { border-color: rgb(3,68,113); }
td.TdClassName
{
border-color: #034471;
}
.TagClassName
{
border-color: #034471;
}
</style>