Shades of Cobalt #034DA2
Tints of Cobalt #034DA2
RGB
CMYK
RGB Variations
Color information
#034DA2 (or 0x034DA2) is known color: Cobalt. HEX triplet: 03, 4D and A2. RGB value is (3,77,162). Sum of RGB (Red+Green+Blue) = 3+77+162=242 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 162 (63.67% from 255 or 66.94% from 242); Max value from RGB is 162 - color contains mainly: blue. Hex color #034DA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034DA2 is #FCB25D. Grayscale: #404040. Windows color (decimal): -16560734 or 10636547. OLE color: 10636547.
HSL color Cylindrical-coordinate representation of color #034DA2: hue angle of 212.08º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034DA2 is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 77 | 162 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.36 |
| HSL | 212.08º | 0.96% | 0.32% | - |
| HSV(B) | 212.08º | 0.98% | 0.64% | - |
| XYZ | 9.21 | 7.94 | 35.23 | - |
| YUV | 64.56 | 182.98 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 162 | 0.98 | 0.52 | 0 | 0.36 | 212.08 | 0.96 | 0.32 |
| Hex | 3 | 4D | A2 | 62 | 34 | 0 | 24 | D4 | 60 | 20 |
| Octal | 3 | 115 | 242 | 142 | 64 | 0 | 44 | 324 | 140 | 40 |
| Binary | 11 | 1001101 | 10100010 | 1100010 | 110100 | 0 | 100100 | 11010100 | 1100000 | 100000 |
Color Harmonies of #034DA2
Complementary color
Monochromatic Colors of #034DA2
Black with #034DA2
Text Example
Text Example
White with #034DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034DA2; }
p { color: rgb(3,77,162); }
H1.HeaderClassName
{
color: #034DA2;
}
.AnyTagClassName
{
color: #034DA2;
}
</style>
background-color css
<style>
a { background-color: #034DA2; }
a { background-color: rgb(3,77,162); }
div.DivClassName
{
background-color: #034DA2;
}
.BgClassName
{
background-color: #034DA2;
}
</style>
border-color css
<style>
span { border-color: #034DA2; }
span { border-color: rgb(3,77,162); }
td.TdClassName
{
border-color: #034DA2;
}
.TagClassName
{
border-color: #034DA2;
}
</style>