Shades of Cobalt #034EC1
Tints of Cobalt #034EC1
RGB
CMYK
RGB Variations
Color information
#034EC1 (or 0x034EC1) is known color: Cobalt. HEX triplet: 03, 4E and C1. RGB value is (3,78,193). Sum of RGB (Red+Green+Blue) = 3+78+193=274 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 193 (75.78% from 255 or 70.44% from 274); Max value from RGB is 193 - color contains mainly: blue. Hex color #034EC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034EC1 is #FCB13E. Grayscale: #444444. Windows color (decimal): -16560447 or 12668419. OLE color: 12668419.
HSL color Cylindrical-coordinate representation of color #034EC1: hue angle of 216.32º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034EC1 is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 78 | 193 | - |
| CMYK | 0.98 | 0.60 | 0 | 0.24 |
| HSL | 216.32º | 0.97% | 0.38% | - |
| HSV(B) | 216.32º | 0.98% | 0.76% | - |
| XYZ | 12.39 | 9.32 | 51.6 | - |
| YUV | 68.69 | 198.15 | 81.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 78 | 193 | 0.98 | 0.60 | 0 | 0.24 | 216.32 | 0.97 | 0.38 |
| Hex | 3 | 4E | C1 | 62 | 3C | 0 | 18 | D8 | 61 | 26 |
| Octal | 3 | 116 | 301 | 142 | 74 | 0 | 30 | 330 | 141 | 46 |
| Binary | 11 | 1001110 | 11000001 | 1100010 | 111100 | 0 | 11000 | 11011000 | 1100001 | 100110 |
Color Harmonies of #034EC1
Complementary color
Monochromatic Colors of #034EC1
Black with #034EC1
Text Example
Text Example
White with #034EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034EC1; }
p { color: rgb(3,78,193); }
H1.HeaderClassName
{
color: #034EC1;
}
.AnyTagClassName
{
color: #034EC1;
}
</style>
background-color css
<style>
a { background-color: #034EC1; }
a { background-color: rgb(3,78,193); }
div.DivClassName
{
background-color: #034EC1;
}
.BgClassName
{
background-color: #034EC1;
}
</style>
border-color css
<style>
span { border-color: #034EC1; }
span { border-color: rgb(3,78,193); }
td.TdClassName
{
border-color: #034EC1;
}
.TagClassName
{
border-color: #034EC1;
}
</style>