Shades of Dark Cerulean #034573
Tints of Dark Cerulean #034573
RGB
CMYK
RGB Variations
Color information
#034573 (or 0x034573) is known color: Dark Cerulean. HEX triplet: 03, 45 and 73. RGB value is (3,69,115). Sum of RGB (Red+Green+Blue) = 3+69+115=187 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 115 (45.31% from 255 or 61.50% from 187); Max value from RGB is 115 - color contains mainly: blue. Hex color #034573 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034573 is #FCBA8C. Grayscale: #363636. Windows color (decimal): -16562829 or 7554307. OLE color: 7554307.
HSL color Cylindrical-coordinate representation of color #034573: hue angle of 204.64º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034573 is Cyan = 0.97, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 3 | 69 | 115 | - |
| CMYK | 0.97 | 0.4 | 0 | 0.55 |
| HSL | 204.64º | 0.95% | 0.23% | - |
| HSV(B) | 204.64º | 0.97% | 0.45% | - |
| XYZ | 5.26 | 5.51 | 17.01 | - |
| YUV | 54.51 | 162.13 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 69 | 115 | 0.97 | 0.4 | 0 | 0.55 | 204.64 | 0.95 | 0.23 |
| Hex | 3 | 45 | 73 | 61 | 28 | 0 | 37 | CD | 5F | 17 |
| Octal | 3 | 105 | 163 | 141 | 50 | 0 | 67 | 315 | 137 | 27 |
| Binary | 11 | 1000101 | 1110011 | 1100001 | 101000 | 0 | 110111 | 11001101 | 1011111 | 10111 |
Color Harmonies of #034573
Complementary color
Monochromatic Colors of #034573
Black with #034573
Text Example
Text Example
White with #034573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034573; }
p { color: rgb(3,69,115); }
H1.HeaderClassName
{
color: #034573;
}
.AnyTagClassName
{
color: #034573;
}
</style>
background-color css
<style>
a { background-color: #034573; }
a { background-color: rgb(3,69,115); }
div.DivClassName
{
background-color: #034573;
}
.BgClassName
{
background-color: #034573;
}
</style>
border-color css
<style>
span { border-color: #034573; }
span { border-color: rgb(3,69,115); }
td.TdClassName
{
border-color: #034573;
}
.TagClassName
{
border-color: #034573;
}
</style>