Shades of Cobalt #0349B6
Tints of Cobalt #0349B6
RGB
CMYK
RGB Variations
Color information
#0349B6 (or 0x0349B6) is known color: Cobalt. HEX triplet: 03, 49 and B6. RGB value is (3,73,182). Sum of RGB (Red+Green+Blue) = 3+73+182=258 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 182 (71.48% from 255 or 70.54% from 258); Max value from RGB is 182 - color contains mainly: blue. Hex color #0349B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0349B6 is #FCB649. Grayscale: #3F3F3F. Windows color (decimal): -16561738 or 11946243. OLE color: 11946243.
HSL color Cylindrical-coordinate representation of color #0349B6: hue angle of 216.54º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0349B6 is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 3 | 73 | 182 | - |
| CMYK | 0.98 | 0.60 | 0 | 0.29 |
| HSL | 216.54º | 0.97% | 0.36% | - |
| HSV(B) | 216.54º | 0.98% | 0.71% | - |
| XYZ | 10.86 | 8.16 | 45.26 | - |
| YUV | 64.5 | 194.31 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 73 | 182 | 0.98 | 0.60 | 0 | 0.29 | 216.54 | 0.97 | 0.36 |
| Hex | 3 | 49 | B6 | 62 | 3C | 0 | 1D | D9 | 61 | 24 |
| Octal | 3 | 111 | 266 | 142 | 74 | 0 | 35 | 331 | 141 | 44 |
| Binary | 11 | 1001001 | 10110110 | 1100010 | 111100 | 0 | 11101 | 11011001 | 1100001 | 100100 |
Color Harmonies of #0349B6
Complementary color
Monochromatic Colors of #0349B6
Black with #0349B6
Text Example
Text Example
White with #0349B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0349B6; }
p { color: rgb(3,73,182); }
H1.HeaderClassName
{
color: #0349B6;
}
.AnyTagClassName
{
color: #0349B6;
}
</style>
background-color css
<style>
a { background-color: #0349B6; }
a { background-color: rgb(3,73,182); }
div.DivClassName
{
background-color: #0349B6;
}
.BgClassName
{
background-color: #0349B6;
}
</style>
border-color css
<style>
span { border-color: #0349B6; }
span { border-color: rgb(3,73,182); }
td.TdClassName
{
border-color: #0349B6;
}
.TagClassName
{
border-color: #0349B6;
}
</style>