Shades of Cobalt #033BBC
Tints of Cobalt #033BBC
RGB
CMYK
RGB Variations
Color information
#033BBC (or 0x033BBC) is known color: Cobalt. HEX triplet: 03, 3B and BC. RGB value is (3,59,188). Sum of RGB (Red+Green+Blue) = 3+59+188=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 188 (73.83% from 255 or 75.2% from 250); Max value from RGB is 188 - color contains mainly: blue. Hex color #033BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033BBC is #FCC443. Grayscale: #383838. Windows color (decimal): -16565316 or 12335875. OLE color: 12335875.
HSL color Cylindrical-coordinate representation of color #033BBC: hue angle of 221.84º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033BBC is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 59 | 188 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.26 |
| HSL | 221.84º | 0.97% | 0.37% | - |
| HSV(B) | 221.84º | 0.98% | 0.74% | - |
| XYZ | 10.68 | 6.78 | 48.32 | - |
| YUV | 56.96 | 201.95 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 59 | 188 | 0.98 | 0.69 | 0 | 0.26 | 221.84 | 0.97 | 0.37 |
| Hex | 3 | 3B | BC | 62 | 45 | 0 | 1A | DE | 61 | 25 |
| Octal | 3 | 73 | 274 | 142 | 105 | 0 | 32 | 336 | 141 | 45 |
| Binary | 11 | 111011 | 10111100 | 1100010 | 1000101 | 0 | 11010 | 11011110 | 1100001 | 100101 |
Color Harmonies of #033BBC
Complementary color
Monochromatic Colors of #033BBC
Black with #033BBC
Text Example
Text Example
White with #033BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033BBC; }
p { color: rgb(3,59,188); }
H1.HeaderClassName
{
color: #033BBC;
}
.AnyTagClassName
{
color: #033BBC;
}
</style>
background-color css
<style>
a { background-color: #033BBC; }
a { background-color: rgb(3,59,188); }
div.DivClassName
{
background-color: #033BBC;
}
.BgClassName
{
background-color: #033BBC;
}
</style>
border-color css
<style>
span { border-color: #033BBC; }
span { border-color: rgb(3,59,188); }
td.TdClassName
{
border-color: #033BBC;
}
.TagClassName
{
border-color: #033BBC;
}
</style>