Shades of Cobalt #033DB2
Tints of Cobalt #033DB2
RGB
CMYK
RGB Variations
Color information
#033DB2 (or 0x033DB2) is known color: Cobalt. HEX triplet: 03, 3D and B2. RGB value is (3,61,178). Sum of RGB (Red+Green+Blue) = 3+61+178=242 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 178 (69.92% from 255 or 73.55% from 242); Max value from RGB is 178 - color contains mainly: blue. Hex color #033DB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033DB2 is #FCC24D. Grayscale: #383838. Windows color (decimal): -16564814 or 11681027. OLE color: 11681027.
HSL color Cylindrical-coordinate representation of color #033DB2: hue angle of 220.11º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033DB2 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 3 | 61 | 178 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.30 |
| HSL | 220.11º | 0.97% | 0.35% | - |
| HSV(B) | 220.11º | 0.98% | 0.7% | - |
| XYZ | 9.74 | 6.57 | 42.87 | - |
| YUV | 57 | 196.28 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 178 | 0.98 | 0.66 | 0 | 0.30 | 220.11 | 0.97 | 0.35 |
| Hex | 3 | 3D | B2 | 62 | 42 | 0 | 1E | DC | 61 | 23 |
| Octal | 3 | 75 | 262 | 142 | 102 | 0 | 36 | 334 | 141 | 43 |
| Binary | 11 | 111101 | 10110010 | 1100010 | 1000010 | 0 | 11110 | 11011100 | 1100001 | 100011 |
Color Harmonies of #033DB2
Complementary color
Monochromatic Colors of #033DB2
Black with #033DB2
Text Example
Text Example
White with #033DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033DB2; }
p { color: rgb(3,61,178); }
H1.HeaderClassName
{
color: #033DB2;
}
.AnyTagClassName
{
color: #033DB2;
}
</style>
background-color css
<style>
a { background-color: #033DB2; }
a { background-color: rgb(3,61,178); }
div.DivClassName
{
background-color: #033DB2;
}
.BgClassName
{
background-color: #033DB2;
}
</style>
border-color css
<style>
span { border-color: #033DB2; }
span { border-color: rgb(3,61,178); }
td.TdClassName
{
border-color: #033DB2;
}
.TagClassName
{
border-color: #033DB2;
}
</style>