Shades of Cobalt #033DA8
Tints of Cobalt #033DA8
RGB
CMYK
RGB Variations
Color information
#033DA8 (or 0x033DA8) is known color: Cobalt. HEX triplet: 03, 3D and A8. RGB value is (3,61,168). Sum of RGB (Red+Green+Blue) = 3+61+168=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 168 (66.02% from 255 or 72.41% from 232); Max value from RGB is 168 - color contains mainly: blue. Hex color #033DA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033DA8 is #FCC257. Grayscale: #373737. Windows color (decimal): -16564824 or 11025667. OLE color: 11025667.
HSL color Cylindrical-coordinate representation of color #033DA8: hue angle of 218.91º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033DA8 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 3 | 61 | 168 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.34 |
| HSL | 218.91º | 0.96% | 0.34% | - |
| HSV(B) | 218.91º | 0.98% | 0.66% | - |
| XYZ | 8.77 | 6.18 | 37.78 | - |
| YUV | 55.86 | 191.28 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 168 | 0.98 | 0.64 | 0 | 0.34 | 218.91 | 0.96 | 0.34 |
| Hex | 3 | 3D | A8 | 62 | 40 | 0 | 22 | DB | 60 | 22 |
| Octal | 3 | 75 | 250 | 142 | 100 | 0 | 42 | 333 | 140 | 42 |
| Binary | 11 | 111101 | 10101000 | 1100010 | 1000000 | 0 | 100010 | 11011011 | 1100000 | 100010 |
Color Harmonies of #033DA8
Complementary color
Monochromatic Colors of #033DA8
Black with #033DA8
Text Example
Text Example
White with #033DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033DA8; }
p { color: rgb(3,61,168); }
H1.HeaderClassName
{
color: #033DA8;
}
.AnyTagClassName
{
color: #033DA8;
}
</style>
background-color css
<style>
a { background-color: #033DA8; }
a { background-color: rgb(3,61,168); }
div.DivClassName
{
background-color: #033DA8;
}
.BgClassName
{
background-color: #033DA8;
}
</style>
border-color css
<style>
span { border-color: #033DA8; }
span { border-color: rgb(3,61,168); }
td.TdClassName
{
border-color: #033DA8;
}
.TagClassName
{
border-color: #033DA8;
}
</style>