Shades of Cobalt #033DB7
Tints of Cobalt #033DB7
RGB
CMYK
RGB Variations
Color information
#033DB7 (or 0x033DB7) is known color: Cobalt. HEX triplet: 03, 3D and B7. RGB value is (3,61,183). Sum of RGB (Red+Green+Blue) = 3+61+183=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 183 (71.88% from 255 or 74.09% from 247); Max value from RGB is 183 - color contains mainly: blue. Hex color #033DB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033DB7 is #FCC248. Grayscale: #393939. Windows color (decimal): -16564809 or 12008707. OLE color: 12008707.
HSL color Cylindrical-coordinate representation of color #033DB7: hue angle of 220.67º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033DB7 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 3 | 61 | 183 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.28 |
| HSL | 220.67º | 0.97% | 0.36% | - |
| HSV(B) | 220.67º | 0.98% | 0.72% | - |
| XYZ | 10.25 | 6.78 | 45.57 | - |
| YUV | 57.57 | 198.78 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 183 | 0.98 | 0.67 | 0 | 0.28 | 220.67 | 0.97 | 0.36 |
| Hex | 3 | 3D | B7 | 62 | 43 | 0 | 1C | DD | 61 | 24 |
| Octal | 3 | 75 | 267 | 142 | 103 | 0 | 34 | 335 | 141 | 44 |
| Binary | 11 | 111101 | 10110111 | 1100010 | 1000011 | 0 | 11100 | 11011101 | 1100001 | 100100 |
Color Harmonies of #033DB7
Complementary color
Monochromatic Colors of #033DB7
Black with #033DB7
Text Example
Text Example
White with #033DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033DB7; }
p { color: rgb(3,61,183); }
H1.HeaderClassName
{
color: #033DB7;
}
.AnyTagClassName
{
color: #033DB7;
}
</style>
background-color css
<style>
a { background-color: #033DB7; }
a { background-color: rgb(3,61,183); }
div.DivClassName
{
background-color: #033DB7;
}
.BgClassName
{
background-color: #033DB7;
}
</style>
border-color css
<style>
span { border-color: #033DB7; }
span { border-color: rgb(3,61,183); }
td.TdClassName
{
border-color: #033DB7;
}
.TagClassName
{
border-color: #033DB7;
}
</style>