Shades of Cobalt #034BA8
Tints of Cobalt #034BA8
RGB
CMYK
RGB Variations
Color information
#034BA8 (or 0x034BA8) is known color: Cobalt. HEX triplet: 03, 4B and A8. RGB value is (3,75,168). Sum of RGB (Red+Green+Blue) = 3+75+168=246 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 246); Green value is 75 (29.69% from 255 or 30.49% from 246); Blue value is 168 (66.02% from 255 or 68.29% from 246); Max value from RGB is 168 - color contains mainly: blue. Hex color #034BA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034BA8 is #FCB457. Grayscale: #3F3F3F. Windows color (decimal): -16561240 or 11029251. OLE color: 11029251.
HSL color Cylindrical-coordinate representation of color #034BA8: hue angle of 213.82º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034BA8 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 3 | 75 | 168 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.34 |
| HSL | 213.82º | 0.96% | 0.34% | - |
| HSV(B) | 213.82º | 0.98% | 0.66% | - |
| XYZ | 9.62 | 7.88 | 38.06 | - |
| YUV | 64.07 | 186.65 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 75 | 168 | 0.98 | 0.55 | 0 | 0.34 | 213.82 | 0.96 | 0.34 |
| Hex | 3 | 4B | A8 | 62 | 37 | 0 | 22 | D6 | 60 | 22 |
| Octal | 3 | 113 | 250 | 142 | 67 | 0 | 42 | 326 | 140 | 42 |
| Binary | 11 | 1001011 | 10101000 | 1100010 | 110111 | 0 | 100010 | 11010110 | 1100000 | 100010 |
Color Harmonies of #034BA8
Complementary color
Monochromatic Colors of #034BA8
Black with #034BA8
Text Example
Text Example
White with #034BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034BA8; }
p { color: rgb(3,75,168); }
H1.HeaderClassName
{
color: #034BA8;
}
.AnyTagClassName
{
color: #034BA8;
}
</style>
background-color css
<style>
a { background-color: #034BA8; }
a { background-color: rgb(3,75,168); }
div.DivClassName
{
background-color: #034BA8;
}
.BgClassName
{
background-color: #034BA8;
}
</style>
border-color css
<style>
span { border-color: #034BA8; }
span { border-color: rgb(3,75,168); }
td.TdClassName
{
border-color: #034BA8;
}
.TagClassName
{
border-color: #034BA8;
}
</style>