Shades of Cobalt #0346CA
Tints of Cobalt #0346CA
RGB
CMYK
RGB Variations
Color information
#0346CA (or 0x0346CA) is known color: Cobalt. HEX triplet: 03, 46 and CA. RGB value is (3,70,202). Sum of RGB (Red+Green+Blue) = 3+70+202=275 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 202 (79.30% from 255 or 73.45% from 275); Max value from RGB is 202 - color contains mainly: blue. Hex color #0346CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0346CA is #FCB935. Grayscale: #404040. Windows color (decimal): -16562486 or 13256195. OLE color: 13256195.
HSL color Cylindrical-coordinate representation of color #0346CA: hue angle of 219.8º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0346CA is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 70 | 202 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.21 |
| HSL | 219.8º | 0.97% | 0.4% | - |
| HSV(B) | 219.8º | 0.99% | 0.79% | - |
| XYZ | 12.89 | 8.66 | 56.87 | - |
| YUV | 65.02 | 205.3 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 70 | 202 | 0.99 | 0.65 | 0 | 0.21 | 219.8 | 0.97 | 0.4 |
| Hex | 3 | 46 | CA | 63 | 41 | 0 | 15 | DC | 61 | 28 |
| Octal | 3 | 106 | 312 | 143 | 101 | 0 | 25 | 334 | 141 | 50 |
| Binary | 11 | 1000110 | 11001010 | 1100011 | 1000001 | 0 | 10101 | 11011100 | 1100001 | 101000 |
Color Harmonies of #0346CA
Complementary color
Monochromatic Colors of #0346CA
Black with #0346CA
Text Example
Text Example
White with #0346CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0346CA; }
p { color: rgb(3,70,202); }
H1.HeaderClassName
{
color: #0346CA;
}
.AnyTagClassName
{
color: #0346CA;
}
</style>
background-color css
<style>
a { background-color: #0346CA; }
a { background-color: rgb(3,70,202); }
div.DivClassName
{
background-color: #0346CA;
}
.BgClassName
{
background-color: #0346CA;
}
</style>
border-color css
<style>
span { border-color: #0346CA; }
span { border-color: rgb(3,70,202); }
td.TdClassName
{
border-color: #0346CA;
}
.TagClassName
{
border-color: #0346CA;
}
</style>