Shades of Cobalt #033DB4
Tints of Cobalt #033DB4
RGB
CMYK
RGB Variations
Color information
#033DB4 (or 0x033DB4) is known color: Cobalt. HEX triplet: 03, 3D and B4. RGB value is (3,61,180). Sum of RGB (Red+Green+Blue) = 3+61+180=244 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 180 (70.70% from 255 or 73.77% from 244); Max value from RGB is 180 - color contains mainly: blue. Hex color #033DB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033DB4 is #FCC24B. Grayscale: #383838. Windows color (decimal): -16564812 or 11812099. OLE color: 11812099.
HSL color Cylindrical-coordinate representation of color #033DB4: hue angle of 220.34º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033DB4 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 3 | 61 | 180 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.29 |
| HSL | 220.34º | 0.97% | 0.36% | - |
| HSV(B) | 220.34º | 0.98% | 0.71% | - |
| XYZ | 9.94 | 6.65 | 43.94 | - |
| YUV | 57.22 | 197.28 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 180 | 0.98 | 0.66 | 0 | 0.29 | 220.34 | 0.97 | 0.36 |
| Hex | 3 | 3D | B4 | 62 | 42 | 0 | 1D | DC | 61 | 24 |
| Octal | 3 | 75 | 264 | 142 | 102 | 0 | 35 | 334 | 141 | 44 |
| Binary | 11 | 111101 | 10110100 | 1100010 | 1000010 | 0 | 11101 | 11011100 | 1100001 | 100100 |
Color Harmonies of #033DB4
Complementary color
Monochromatic Colors of #033DB4
Black with #033DB4
Text Example
Text Example
White with #033DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033DB4; }
p { color: rgb(3,61,180); }
H1.HeaderClassName
{
color: #033DB4;
}
.AnyTagClassName
{
color: #033DB4;
}
</style>
background-color css
<style>
a { background-color: #033DB4; }
a { background-color: rgb(3,61,180); }
div.DivClassName
{
background-color: #033DB4;
}
.BgClassName
{
background-color: #033DB4;
}
</style>
border-color css
<style>
span { border-color: #033DB4; }
span { border-color: rgb(3,61,180); }
td.TdClassName
{
border-color: #033DB4;
}
.TagClassName
{
border-color: #033DB4;
}
</style>