Shades of Smalt #033BA1
Tints of Smalt #033BA1
RGB
CMYK
RGB Variations
Color information
#033BA1 (or 0x033BA1) is known color: Smalt. HEX triplet: 03, 3B and A1. RGB value is (3,59,161). Sum of RGB (Red+Green+Blue) = 3+59+161=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 59 (23.44% from 255 or 26.46% from 223); Blue value is 161 (63.28% from 255 or 72.20% from 223); Max value from RGB is 161 - color contains mainly: blue. Hex color #033BA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033BA1 is #FCC45E. Grayscale: #353535. Windows color (decimal): -16565343 or 10566403. OLE color: 10566403.
HSL color Cylindrical-coordinate representation of color #033BA1: hue angle of 218.73º 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 #033BA1 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 59 | 161 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.37 |
| HSL | 218.73º | 0.96% | 0.32% | - |
| HSV(B) | 218.73º | 0.98% | 0.63% | - |
| XYZ | 8.03 | 5.72 | 34.4 | - |
| YUV | 53.88 | 188.45 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 59 | 161 | 0.98 | 0.63 | 0 | 0.37 | 218.73 | 0.96 | 0.32 |
| Hex | 3 | 3B | A1 | 62 | 3F | 0 | 25 | DB | 60 | 20 |
| Octal | 3 | 73 | 241 | 142 | 77 | 0 | 45 | 333 | 140 | 40 |
| Binary | 11 | 111011 | 10100001 | 1100010 | 111111 | 0 | 100101 | 11011011 | 1100000 | 100000 |
Color Harmonies of #033BA1
Complementary color
Monochromatic Colors of #033BA1
Black with #033BA1
Text Example
Text Example
White with #033BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033BA1; }
p { color: rgb(3,59,161); }
H1.HeaderClassName
{
color: #033BA1;
}
.AnyTagClassName
{
color: #033BA1;
}
</style>
background-color css
<style>
a { background-color: #033BA1; }
a { background-color: rgb(3,59,161); }
div.DivClassName
{
background-color: #033BA1;
}
.BgClassName
{
background-color: #033BA1;
}
</style>
border-color css
<style>
span { border-color: #033BA1; }
span { border-color: rgb(3,59,161); }
td.TdClassName
{
border-color: #033BA1;
}
.TagClassName
{
border-color: #033BA1;
}
</style>