Shades of Smalt #033BA0
Tints of Smalt #033BA0
RGB
CMYK
RGB Variations
Color information
#033BA0 (or 0x033BA0) is known color: Smalt. HEX triplet: 03, 3B and A0. RGB value is (3,59,160). Sum of RGB (Red+Green+Blue) = 3+59+160=222 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 160 (62.89% from 255 or 72.07% from 222); Max value from RGB is 160 - color contains mainly: blue. Hex color #033BA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033BA0 is #FCC45F. Grayscale: #353535. Windows color (decimal): -16565344 or 10500867. OLE color: 10500867.
HSL color Cylindrical-coordinate representation of color #033BA0: hue angle of 218.6º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033BA0 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 59 | 160 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.37 |
| HSL | 218.6º | 0.96% | 0.32% | - |
| HSV(B) | 218.6º | 0.98% | 0.63% | - |
| XYZ | 7.95 | 5.69 | 33.94 | - |
| YUV | 53.77 | 187.95 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 59 | 160 | 0.98 | 0.63 | 0 | 0.37 | 218.6 | 0.96 | 0.32 |
| Hex | 3 | 3B | A0 | 62 | 3F | 0 | 25 | DB | 60 | 20 |
| Octal | 3 | 73 | 240 | 142 | 77 | 0 | 45 | 333 | 140 | 40 |
| Binary | 11 | 111011 | 10100000 | 1100010 | 111111 | 0 | 100101 | 11011011 | 1100000 | 100000 |
Color Harmonies of #033BA0
Complementary color
Monochromatic Colors of #033BA0
Black with #033BA0
Text Example
Text Example
White with #033BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033BA0; }
p { color: rgb(3,59,160); }
H1.HeaderClassName
{
color: #033BA0;
}
.AnyTagClassName
{
color: #033BA0;
}
</style>
background-color css
<style>
a { background-color: #033BA0; }
a { background-color: rgb(3,59,160); }
div.DivClassName
{
background-color: #033BA0;
}
.BgClassName
{
background-color: #033BA0;
}
</style>
border-color css
<style>
span { border-color: #033BA0; }
span { border-color: rgb(3,59,160); }
td.TdClassName
{
border-color: #033BA0;
}
.TagClassName
{
border-color: #033BA0;
}
</style>