Shades of Cobalt #0346AB
Tints of Cobalt #0346AB
RGB
CMYK
RGB Variations
Color information
#0346AB (or 0x0346AB) is known color: Cobalt. HEX triplet: 03, 46 and AB. RGB value is (3,70,171). Sum of RGB (Red+Green+Blue) = 3+70+171=244 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 171 (67.19% from 255 or 70.08% from 244); Max value from RGB is 171 - color contains mainly: blue. Hex color #0346AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0346AB is #FCB954. Grayscale: #3D3D3D. Windows color (decimal): -16562517 or 11224579. OLE color: 11224579.
HSL color Cylindrical-coordinate representation of color #0346AB: hue angle of 216.07º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0346AB is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 70 | 171 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.33 |
| HSL | 216.07º | 0.97% | 0.34% | - |
| HSV(B) | 216.07º | 0.98% | 0.67% | - |
| XYZ | 9.58 | 7.34 | 39.44 | - |
| YUV | 61.48 | 189.8 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 70 | 171 | 0.98 | 0.59 | 0 | 0.33 | 216.07 | 0.97 | 0.34 |
| Hex | 3 | 46 | AB | 62 | 3B | 0 | 21 | D8 | 61 | 22 |
| Octal | 3 | 106 | 253 | 142 | 73 | 0 | 41 | 330 | 141 | 42 |
| Binary | 11 | 1000110 | 10101011 | 1100010 | 111011 | 0 | 100001 | 11011000 | 1100001 | 100010 |
Color Harmonies of #0346AB
Complementary color
Monochromatic Colors of #0346AB
Black with #0346AB
Text Example
Text Example
White with #0346AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0346AB; }
p { color: rgb(3,70,171); }
H1.HeaderClassName
{
color: #0346AB;
}
.AnyTagClassName
{
color: #0346AB;
}
</style>
background-color css
<style>
a { background-color: #0346AB; }
a { background-color: rgb(3,70,171); }
div.DivClassName
{
background-color: #0346AB;
}
.BgClassName
{
background-color: #0346AB;
}
</style>
border-color css
<style>
span { border-color: #0346AB; }
span { border-color: rgb(3,70,171); }
td.TdClassName
{
border-color: #0346AB;
}
.TagClassName
{
border-color: #0346AB;
}
</style>