Shades of Cobalt #033FA2
Tints of Cobalt #033FA2
RGB
CMYK
RGB Variations
Color information
#033FA2 (or 0x033FA2) is known color: Cobalt. HEX triplet: 03, 3F and A2. RGB value is (3,63,162). Sum of RGB (Red+Green+Blue) = 3+63+162=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 63 (25% from 255 or 27.63% from 228); Blue value is 162 (63.67% from 255 or 71.05% from 228); Max value from RGB is 162 - color contains mainly: blue. Hex color #033FA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033FA2 is #FCC05D. Grayscale: #373737. Windows color (decimal): -16564318 or 10632963. OLE color: 10632963.
HSL color Cylindrical-coordinate representation of color #033FA2: hue angle of 217.36º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033FA2 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 63 | 162 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.36 |
| HSL | 217.36º | 0.96% | 0.32% | - |
| HSV(B) | 217.36º | 0.98% | 0.64% | - |
| XYZ | 8.34 | 6.18 | 34.94 | - |
| YUV | 56.35 | 187.62 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 63 | 162 | 0.98 | 0.61 | 0 | 0.36 | 217.36 | 0.96 | 0.32 |
| Hex | 3 | 3F | A2 | 62 | 3D | 0 | 24 | D9 | 60 | 20 |
| Octal | 3 | 77 | 242 | 142 | 75 | 0 | 44 | 331 | 140 | 40 |
| Binary | 11 | 111111 | 10100010 | 1100010 | 111101 | 0 | 100100 | 11011001 | 1100000 | 100000 |
Color Harmonies of #033FA2
Complementary color
Monochromatic Colors of #033FA2
Black with #033FA2
Text Example
Text Example
White with #033FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033FA2; }
p { color: rgb(3,63,162); }
H1.HeaderClassName
{
color: #033FA2;
}
.AnyTagClassName
{
color: #033FA2;
}
</style>
background-color css
<style>
a { background-color: #033FA2; }
a { background-color: rgb(3,63,162); }
div.DivClassName
{
background-color: #033FA2;
}
.BgClassName
{
background-color: #033FA2;
}
</style>
border-color css
<style>
span { border-color: #033FA2; }
span { border-color: rgb(3,63,162); }
td.TdClassName
{
border-color: #033FA2;
}
.TagClassName
{
border-color: #033FA2;
}
</style>