Shades of Cobalt #0340C0
Tints of Cobalt #0340C0
RGB
CMYK
RGB Variations
Color information
#0340C0 (or 0x0340C0) is known color: Cobalt. HEX triplet: 03, 40 and C0. RGB value is (3,64,192). Sum of RGB (Red+Green+Blue) = 3+64+192=259 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 192 (75.39% from 255 or 74.13% from 259); Max value from RGB is 192 - color contains mainly: blue. Hex color #0340C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0340C0 is #FCBF3F. Grayscale: #3B3B3B. Windows color (decimal): -16564032 or 12599299. OLE color: 12599299.
HSL color Cylindrical-coordinate representation of color #0340C0: hue angle of 220.63º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0340C0 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 64 | 192 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.25 |
| HSL | 220.63º | 0.97% | 0.38% | - |
| HSV(B) | 220.63º | 0.98% | 0.75% | - |
| XYZ | 11.39 | 7.49 | 50.72 | - |
| YUV | 60.35 | 202.29 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 192 | 0.98 | 0.67 | 0 | 0.25 | 220.63 | 0.97 | 0.38 |
| Hex | 3 | 40 | C0 | 62 | 43 | 0 | 19 | DD | 61 | 26 |
| Octal | 3 | 100 | 300 | 142 | 103 | 0 | 31 | 335 | 141 | 46 |
| Binary | 11 | 1000000 | 11000000 | 1100010 | 1000011 | 0 | 11001 | 11011101 | 1100001 | 100110 |
Color Harmonies of #0340C0
Complementary color
Monochromatic Colors of #0340C0
Black with #0340C0
Text Example
Text Example
White with #0340C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0340C0; }
p { color: rgb(3,64,192); }
H1.HeaderClassName
{
color: #0340C0;
}
.AnyTagClassName
{
color: #0340C0;
}
</style>
background-color css
<style>
a { background-color: #0340C0; }
a { background-color: rgb(3,64,192); }
div.DivClassName
{
background-color: #0340C0;
}
.BgClassName
{
background-color: #0340C0;
}
</style>
border-color css
<style>
span { border-color: #0340C0; }
span { border-color: rgb(3,64,192); }
td.TdClassName
{
border-color: #0340C0;
}
.TagClassName
{
border-color: #0340C0;
}
</style>