Shades of Cobalt #034EC0
Tints of Cobalt #034EC0
RGB
CMYK
RGB Variations
Color information
#034EC0 (or 0x034EC0) is known color: Cobalt. HEX triplet: 03, 4E and C0. RGB value is (3,78,192). Sum of RGB (Red+Green+Blue) = 3+78+192=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 192 (75.39% from 255 or 70.33% from 273); Max value from RGB is 192 - color contains mainly: blue. Hex color #034EC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034EC0 is #FCB13F. Grayscale: #444444. Windows color (decimal): -16560448 or 12602883. OLE color: 12602883.
HSL color Cylindrical-coordinate representation of color #034EC0: hue angle of 216.19º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034EC0 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 78 | 192 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.25 |
| HSL | 216.19º | 0.97% | 0.38% | - |
| HSV(B) | 216.19º | 0.98% | 0.75% | - |
| XYZ | 12.28 | 9.27 | 51.01 | - |
| YUV | 68.57 | 197.65 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 78 | 192 | 0.98 | 0.59 | 0 | 0.25 | 216.19 | 0.97 | 0.38 |
| Hex | 3 | 4E | C0 | 62 | 3B | 0 | 19 | D8 | 61 | 26 |
| Octal | 3 | 116 | 300 | 142 | 73 | 0 | 31 | 330 | 141 | 46 |
| Binary | 11 | 1001110 | 11000000 | 1100010 | 111011 | 0 | 11001 | 11011000 | 1100001 | 100110 |
Color Harmonies of #034EC0
Complementary color
Monochromatic Colors of #034EC0
Black with #034EC0
Text Example
Text Example
White with #034EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034EC0; }
p { color: rgb(3,78,192); }
H1.HeaderClassName
{
color: #034EC0;
}
.AnyTagClassName
{
color: #034EC0;
}
</style>
background-color css
<style>
a { background-color: #034EC0; }
a { background-color: rgb(3,78,192); }
div.DivClassName
{
background-color: #034EC0;
}
.BgClassName
{
background-color: #034EC0;
}
</style>
border-color css
<style>
span { border-color: #034EC0; }
span { border-color: rgb(3,78,192); }
td.TdClassName
{
border-color: #034EC0;
}
.TagClassName
{
border-color: #034EC0;
}
</style>