Shades of Cobalt #0346BA
Tints of Cobalt #0346BA
RGB
CMYK
RGB Variations
Color information
#0346BA (or 0x0346BA) is known color: Cobalt. HEX triplet: 03, 46 and BA. RGB value is (3,70,186). Sum of RGB (Red+Green+Blue) = 3+70+186=259 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 186 (73.05% from 255 or 71.81% from 259); Max value from RGB is 186 - color contains mainly: blue. Hex color #0346BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0346BA is #FCB945. Grayscale: #3E3E3E. Windows color (decimal): -16562502 or 12207619. OLE color: 12207619.
HSL color Cylindrical-coordinate representation of color #0346BA: hue angle of 218.03º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0346BA is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 70 | 186 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.27 |
| HSL | 218.03º | 0.97% | 0.37% | - |
| HSV(B) | 218.03º | 0.98% | 0.73% | - |
| XYZ | 11.09 | 7.94 | 47.4 | - |
| YUV | 63.19 | 197.3 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 70 | 186 | 0.98 | 0.62 | 0 | 0.27 | 218.03 | 0.97 | 0.37 |
| Hex | 3 | 46 | BA | 62 | 3E | 0 | 1B | DA | 61 | 25 |
| Octal | 3 | 106 | 272 | 142 | 76 | 0 | 33 | 332 | 141 | 45 |
| Binary | 11 | 1000110 | 10111010 | 1100010 | 111110 | 0 | 11011 | 11011010 | 1100001 | 100101 |
Color Harmonies of #0346BA
Complementary color
Monochromatic Colors of #0346BA
Black with #0346BA
Text Example
Text Example
White with #0346BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0346BA; }
p { color: rgb(3,70,186); }
H1.HeaderClassName
{
color: #0346BA;
}
.AnyTagClassName
{
color: #0346BA;
}
</style>
background-color css
<style>
a { background-color: #0346BA; }
a { background-color: rgb(3,70,186); }
div.DivClassName
{
background-color: #0346BA;
}
.BgClassName
{
background-color: #0346BA;
}
</style>
border-color css
<style>
span { border-color: #0346BA; }
span { border-color: rgb(3,70,186); }
td.TdClassName
{
border-color: #0346BA;
}
.TagClassName
{
border-color: #0346BA;
}
</style>