Shades of Cobalt #033DC0
Tints of Cobalt #033DC0
RGB
CMYK
RGB Variations
Color information
#033DC0 (or 0x033DC0) is known color: Cobalt. HEX triplet: 03, 3D and C0. RGB value is (3,61,192). Sum of RGB (Red+Green+Blue) = 3+61+192=256 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 192 (75.39% from 255 or 75% from 256); Max value from RGB is 192 - color contains mainly: blue. Hex color #033DC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033DC0 is #FCC23F. Grayscale: #3A3A3A. Windows color (decimal): -16564800 or 12598531. OLE color: 12598531.
HSL color Cylindrical-coordinate representation of color #033DC0: hue angle of 221.59º 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 #033DC0 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 61 | 192 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.25 |
| HSL | 221.59º | 0.97% | 0.38% | - |
| HSV(B) | 221.59º | 0.98% | 0.75% | - |
| XYZ | 11.22 | 7.16 | 50.66 | - |
| YUV | 58.59 | 203.28 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 192 | 0.98 | 0.68 | 0 | 0.25 | 221.59 | 0.97 | 0.38 |
| Hex | 3 | 3D | C0 | 62 | 44 | 0 | 19 | DE | 61 | 26 |
| Octal | 3 | 75 | 300 | 142 | 104 | 0 | 31 | 336 | 141 | 46 |
| Binary | 11 | 111101 | 11000000 | 1100010 | 1000100 | 0 | 11001 | 11011110 | 1100001 | 100110 |
Color Harmonies of #033DC0
Complementary color
Monochromatic Colors of #033DC0
Black with #033DC0
Text Example
Text Example
White with #033DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033DC0; }
p { color: rgb(3,61,192); }
H1.HeaderClassName
{
color: #033DC0;
}
.AnyTagClassName
{
color: #033DC0;
}
</style>
background-color css
<style>
a { background-color: #033DC0; }
a { background-color: rgb(3,61,192); }
div.DivClassName
{
background-color: #033DC0;
}
.BgClassName
{
background-color: #033DC0;
}
</style>
border-color css
<style>
span { border-color: #033DC0; }
span { border-color: rgb(3,61,192); }
td.TdClassName
{
border-color: #033DC0;
}
.TagClassName
{
border-color: #033DC0;
}
</style>