Shades of Cobalt #033CB8
Tints of Cobalt #033CB8
RGB
CMYK
RGB Variations
Color information
#033CB8 (or 0x033CB8) is known color: Cobalt. HEX triplet: 03, 3C and B8. RGB value is (3,60,184). Sum of RGB (Red+Green+Blue) = 3+60+184=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 184 (72.27% from 255 or 74.49% from 247); Max value from RGB is 184 - color contains mainly: blue. Hex color #033CB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033CB8 is #FCC347. Grayscale: #383838. Windows color (decimal): -16565064 or 12073987. OLE color: 12073987.
HSL color Cylindrical-coordinate representation of color #033CB8: hue angle of 221.1º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033CB8 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 3 | 60 | 184 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.28 |
| HSL | 221.11º | 0.97% | 0.37% | - |
| HSV(B) | 221.11º | 0.98% | 0.72% | - |
| XYZ | 10.31 | 6.71 | 46.1 | - |
| YUV | 57.09 | 199.62 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 60 | 184 | 0.98 | 0.67 | 0 | 0.28 | 221.11 | 0.97 | 0.37 |
| Hex | 3 | 3C | B8 | 62 | 43 | 0 | 1C | DD | 61 | 25 |
| Octal | 3 | 74 | 270 | 142 | 103 | 0 | 34 | 335 | 141 | 45 |
| Binary | 11 | 111100 | 10111000 | 1100010 | 1000011 | 0 | 11100 | 11011101 | 1100001 | 100101 |
Color Harmonies of #033CB8
Complementary color
Monochromatic Colors of #033CB8
Black with #033CB8
Text Example
Text Example
White with #033CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033CB8; }
p { color: rgb(3,60,184); }
H1.HeaderClassName
{
color: #033CB8;
}
.AnyTagClassName
{
color: #033CB8;
}
</style>
background-color css
<style>
a { background-color: #033CB8; }
a { background-color: rgb(3,60,184); }
div.DivClassName
{
background-color: #033CB8;
}
.BgClassName
{
background-color: #033CB8;
}
</style>
border-color css
<style>
span { border-color: #033CB8; }
span { border-color: rgb(3,60,184); }
td.TdClassName
{
border-color: #033CB8;
}
.TagClassName
{
border-color: #033CB8;
}
</style>