Shades of Cobalt #0346A9
Tints of Cobalt #0346A9
RGB
CMYK
RGB Variations
Color information
#0346A9 (or 0x0346A9) is known color: Cobalt. HEX triplet: 03, 46 and A9. RGB value is (3,70,169). Sum of RGB (Red+Green+Blue) = 3+70+169=242 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 169 (66.41% from 255 or 69.83% from 242); Max value from RGB is 169 - color contains mainly: blue. Hex color #0346A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0346A9 is #FCB956. Grayscale: #3C3C3C. Windows color (decimal): -16562519 or 11093507. OLE color: 11093507.
HSL color Cylindrical-coordinate representation of color #0346A9: hue angle of 215.78º degrees, saturation: 0.97, 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 #0346A9 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 3 | 70 | 169 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.34 |
| HSL | 215.78º | 0.97% | 0.34% | - |
| HSV(B) | 215.78º | 0.98% | 0.66% | - |
| XYZ | 9.39 | 7.26 | 38.44 | - |
| YUV | 61.25 | 188.8 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 70 | 169 | 0.98 | 0.59 | 0 | 0.34 | 215.78 | 0.97 | 0.34 |
| Hex | 3 | 46 | A9 | 62 | 3B | 0 | 22 | D8 | 61 | 22 |
| Octal | 3 | 106 | 251 | 142 | 73 | 0 | 42 | 330 | 141 | 42 |
| Binary | 11 | 1000110 | 10101001 | 1100010 | 111011 | 0 | 100010 | 11011000 | 1100001 | 100010 |
Color Harmonies of #0346A9
Complementary color
Monochromatic Colors of #0346A9
Black with #0346A9
Text Example
Text Example
White with #0346A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0346A9; }
p { color: rgb(3,70,169); }
H1.HeaderClassName
{
color: #0346A9;
}
.AnyTagClassName
{
color: #0346A9;
}
</style>
background-color css
<style>
a { background-color: #0346A9; }
a { background-color: rgb(3,70,169); }
div.DivClassName
{
background-color: #0346A9;
}
.BgClassName
{
background-color: #0346A9;
}
</style>
border-color css
<style>
span { border-color: #0346A9; }
span { border-color: rgb(3,70,169); }
td.TdClassName
{
border-color: #0346A9;
}
.TagClassName
{
border-color: #0346A9;
}
</style>