Shades of Cobalt #033DAC
Tints of Cobalt #033DAC
RGB
CMYK
RGB Variations
Color information
#033DAC (or 0x033DAC) is known color: Cobalt. HEX triplet: 03, 3D and AC. RGB value is (3,61,172). Sum of RGB (Red+Green+Blue) = 3+61+172=236 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 172 (67.58% from 255 or 72.88% from 236); Max value from RGB is 172 - color contains mainly: blue. Hex color #033DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033DAC is #FCC253. Grayscale: #373737. Windows color (decimal): -16564820 or 11287811. OLE color: 11287811.
HSL color Cylindrical-coordinate representation of color #033DAC: hue angle of 219.41º 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 #033DAC is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 61 | 172 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.33 |
| HSL | 219.41º | 0.97% | 0.34% | - |
| HSV(B) | 219.41º | 0.98% | 0.67% | - |
| XYZ | 9.15 | 6.34 | 39.77 | - |
| YUV | 56.31 | 193.28 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 172 | 0.98 | 0.65 | 0 | 0.33 | 219.41 | 0.97 | 0.34 |
| Hex | 3 | 3D | AC | 62 | 41 | 0 | 21 | DB | 61 | 22 |
| Octal | 3 | 75 | 254 | 142 | 101 | 0 | 41 | 333 | 141 | 42 |
| Binary | 11 | 111101 | 10101100 | 1100010 | 1000001 | 0 | 100001 | 11011011 | 1100001 | 100010 |
Color Harmonies of #033DAC
Complementary color
Monochromatic Colors of #033DAC
Black with #033DAC
Text Example
Text Example
White with #033DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033DAC; }
p { color: rgb(3,61,172); }
H1.HeaderClassName
{
color: #033DAC;
}
.AnyTagClassName
{
color: #033DAC;
}
</style>
background-color css
<style>
a { background-color: #033DAC; }
a { background-color: rgb(3,61,172); }
div.DivClassName
{
background-color: #033DAC;
}
.BgClassName
{
background-color: #033DAC;
}
</style>
border-color css
<style>
span { border-color: #033DAC; }
span { border-color: rgb(3,61,172); }
td.TdClassName
{
border-color: #033DAC;
}
.TagClassName
{
border-color: #033DAC;
}
</style>