Shades of Cobalt #034BA2
Tints of Cobalt #034BA2
RGB
CMYK
RGB Variations
Color information
#034BA2 (or 0x034BA2) is known color: Cobalt. HEX triplet: 03, 4B and A2. RGB value is (3,75,162). Sum of RGB (Red+Green+Blue) = 3+75+162=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 162 (63.67% from 255 or 67.5% from 240); Max value from RGB is 162 - color contains mainly: blue. Hex color #034BA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034BA2 is #FCB45D. Grayscale: #3E3E3E. Windows color (decimal): -16561246 or 10636035. OLE color: 10636035.
HSL color Cylindrical-coordinate representation of color #034BA2: hue angle of 212.83º 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 #034BA2 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 75 | 162 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.36 |
| HSL | 212.83º | 0.96% | 0.32% | - |
| HSV(B) | 212.83º | 0.98% | 0.64% | - |
| XYZ | 9.08 | 7.66 | 35.18 | - |
| YUV | 63.39 | 183.65 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 75 | 162 | 0.98 | 0.54 | 0 | 0.36 | 212.83 | 0.96 | 0.32 |
| Hex | 3 | 4B | A2 | 62 | 36 | 0 | 24 | D5 | 60 | 20 |
| Octal | 3 | 113 | 242 | 142 | 66 | 0 | 44 | 325 | 140 | 40 |
| Binary | 11 | 1001011 | 10100010 | 1100010 | 110110 | 0 | 100100 | 11010101 | 1100000 | 100000 |
Color Harmonies of #034BA2
Complementary color
Monochromatic Colors of #034BA2
Black with #034BA2
Text Example
Text Example
White with #034BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034BA2; }
p { color: rgb(3,75,162); }
H1.HeaderClassName
{
color: #034BA2;
}
.AnyTagClassName
{
color: #034BA2;
}
</style>
background-color css
<style>
a { background-color: #034BA2; }
a { background-color: rgb(3,75,162); }
div.DivClassName
{
background-color: #034BA2;
}
.BgClassName
{
background-color: #034BA2;
}
</style>
border-color css
<style>
span { border-color: #034BA2; }
span { border-color: rgb(3,75,162); }
td.TdClassName
{
border-color: #034BA2;
}
.TagClassName
{
border-color: #034BA2;
}
</style>