Shades of Cobalt #033DA3
Tints of Cobalt #033DA3
RGB
CMYK
RGB Variations
Color information
#033DA3 (or 0x033DA3) is known color: Cobalt. HEX triplet: 03, 3D and A3. RGB value is (3,61,163). Sum of RGB (Red+Green+Blue) = 3+61+163=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 163 (64.06% from 255 or 71.81% from 227); Max value from RGB is 163 - color contains mainly: blue. Hex color #033DA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033DA3 is #FCC25C. Grayscale: #363636. Windows color (decimal): -16564829 or 10697987. OLE color: 10697987.
HSL color Cylindrical-coordinate representation of color #033DA3: hue angle of 218.25º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033DA3 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 61 | 163 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.36 |
| HSL | 218.25º | 0.96% | 0.33% | - |
| HSV(B) | 218.25º | 0.98% | 0.64% | - |
| XYZ | 8.32 | 6 | 35.37 | - |
| YUV | 55.29 | 188.78 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 163 | 0.98 | 0.63 | 0 | 0.36 | 218.25 | 0.96 | 0.33 |
| Hex | 3 | 3D | A3 | 62 | 3F | 0 | 24 | DA | 60 | 21 |
| Octal | 3 | 75 | 243 | 142 | 77 | 0 | 44 | 332 | 140 | 41 |
| Binary | 11 | 111101 | 10100011 | 1100010 | 111111 | 0 | 100100 | 11011010 | 1100000 | 100001 |
Color Harmonies of #033DA3
Complementary color
Monochromatic Colors of #033DA3
Black with #033DA3
Text Example
Text Example
White with #033DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033DA3; }
p { color: rgb(3,61,163); }
H1.HeaderClassName
{
color: #033DA3;
}
.AnyTagClassName
{
color: #033DA3;
}
</style>
background-color css
<style>
a { background-color: #033DA3; }
a { background-color: rgb(3,61,163); }
div.DivClassName
{
background-color: #033DA3;
}
.BgClassName
{
background-color: #033DA3;
}
</style>
border-color css
<style>
span { border-color: #033DA3; }
span { border-color: rgb(3,61,163); }
td.TdClassName
{
border-color: #033DA3;
}
.TagClassName
{
border-color: #033DA3;
}
</style>