Shades of Cobalt #0342A0
Tints of Cobalt #0342A0
RGB
CMYK
RGB Variations
Color information
#0342A0 (or 0x0342A0) is known color: Cobalt. HEX triplet: 03, 42 and A0. RGB value is (3,66,160). Sum of RGB (Red+Green+Blue) = 3+66+160=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 160 (62.89% from 255 or 69.87% from 229); Max value from RGB is 160 - color contains mainly: blue. Hex color #0342A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0342A0 is #FCBD5F. Grayscale: #393939. Windows color (decimal): -16563552 or 10502659. OLE color: 10502659.
HSL color Cylindrical-coordinate representation of color #0342A0: hue angle of 215.92º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0342A0 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 66 | 160 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.37 |
| HSL | 215.92º | 0.96% | 0.32% | - |
| HSV(B) | 215.92º | 0.98% | 0.63% | - |
| XYZ | 8.33 | 6.45 | 34.06 | - |
| YUV | 57.88 | 185.63 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 66 | 160 | 0.98 | 0.59 | 0 | 0.37 | 215.92 | 0.96 | 0.32 |
| Hex | 3 | 42 | A0 | 62 | 3B | 0 | 25 | D8 | 60 | 20 |
| Octal | 3 | 102 | 240 | 142 | 73 | 0 | 45 | 330 | 140 | 40 |
| Binary | 11 | 1000010 | 10100000 | 1100010 | 111011 | 0 | 100101 | 11011000 | 1100000 | 100000 |
Color Harmonies of #0342A0
Complementary color
Monochromatic Colors of #0342A0
Black with #0342A0
Text Example
Text Example
White with #0342A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0342A0; }
p { color: rgb(3,66,160); }
H1.HeaderClassName
{
color: #0342A0;
}
.AnyTagClassName
{
color: #0342A0;
}
</style>
background-color css
<style>
a { background-color: #0342A0; }
a { background-color: rgb(3,66,160); }
div.DivClassName
{
background-color: #0342A0;
}
.BgClassName
{
background-color: #0342A0;
}
</style>
border-color css
<style>
span { border-color: #0342A0; }
span { border-color: rgb(3,66,160); }
td.TdClassName
{
border-color: #0342A0;
}
.TagClassName
{
border-color: #0342A0;
}
</style>