Shades of Cobalt #033CAC
Tints of Cobalt #033CAC
RGB
CMYK
RGB Variations
Color information
#033CAC (or 0x033CAC) is known color: Cobalt. HEX triplet: 03, 3C and AC. RGB value is (3,60,172). Sum of RGB (Red+Green+Blue) = 3+60+172=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 60 (23.83% from 255 or 25.53% from 235); Blue value is 172 (67.58% from 255 or 73.19% from 235); Max value from RGB is 172 - color contains mainly: blue. Hex color #033CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033CAC is #FCC353. Grayscale: #373737. Windows color (decimal): -16565076 or 11287555. OLE color: 11287555.
HSL color Cylindrical-coordinate representation of color #033CAC: hue angle of 219.76º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033CAC is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 60 | 172 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.33 |
| HSL | 219.76º | 0.97% | 0.34% | - |
| HSV(B) | 219.76º | 0.98% | 0.67% | - |
| XYZ | 9.1 | 6.23 | 39.75 | - |
| YUV | 55.73 | 193.62 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 60 | 172 | 0.98 | 0.65 | 0 | 0.33 | 219.76 | 0.97 | 0.34 |
| Hex | 3 | 3C | AC | 62 | 41 | 0 | 21 | DC | 61 | 22 |
| Octal | 3 | 74 | 254 | 142 | 101 | 0 | 41 | 334 | 141 | 42 |
| Binary | 11 | 111100 | 10101100 | 1100010 | 1000001 | 0 | 100001 | 11011100 | 1100001 | 100010 |
Color Harmonies of #033CAC
Complementary color
Monochromatic Colors of #033CAC
Black with #033CAC
Text Example
Text Example
White with #033CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033CAC; }
p { color: rgb(3,60,172); }
H1.HeaderClassName
{
color: #033CAC;
}
.AnyTagClassName
{
color: #033CAC;
}
</style>
background-color css
<style>
a { background-color: #033CAC; }
a { background-color: rgb(3,60,172); }
div.DivClassName
{
background-color: #033CAC;
}
.BgClassName
{
background-color: #033CAC;
}
</style>
border-color css
<style>
span { border-color: #033CAC; }
span { border-color: rgb(3,60,172); }
td.TdClassName
{
border-color: #033CAC;
}
.TagClassName
{
border-color: #033CAC;
}
</style>