Shades of Smalt #033BA3
Tints of Smalt #033BA3
RGB
CMYK
RGB Variations
Color information
#033BA3 (or 0x033BA3) is known color: Smalt. HEX triplet: 03, 3B and A3. RGB value is (3,59,163). Sum of RGB (Red+Green+Blue) = 3+59+163=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 163 (64.06% from 255 or 72.44% from 225); Max value from RGB is 163 - color contains mainly: blue. Hex color #033BA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033BA3 is #FCC45C. Grayscale: #353535. Windows color (decimal): -16565341 or 10697475. OLE color: 10697475.
HSL color Cylindrical-coordinate representation of color #033BA3: hue angle of 219º 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 #033BA3 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 59 | 163 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.36 |
| HSL | 219º | 0.96% | 0.33% | - |
| HSV(B) | 219º | 0.98% | 0.64% | - |
| XYZ | 8.21 | 5.79 | 35.34 | - |
| YUV | 54.11 | 189.45 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 59 | 163 | 0.98 | 0.64 | 0 | 0.36 | 219 | 0.96 | 0.33 |
| Hex | 3 | 3B | A3 | 62 | 40 | 0 | 24 | DB | 60 | 21 |
| Octal | 3 | 73 | 243 | 142 | 100 | 0 | 44 | 333 | 140 | 41 |
| Binary | 11 | 111011 | 10100011 | 1100010 | 1000000 | 0 | 100100 | 11011011 | 1100000 | 100001 |
Color Harmonies of #033BA3
Complementary color
Monochromatic Colors of #033BA3
Black with #033BA3
Text Example
Text Example
White with #033BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033BA3; }
p { color: rgb(3,59,163); }
H1.HeaderClassName
{
color: #033BA3;
}
.AnyTagClassName
{
color: #033BA3;
}
</style>
background-color css
<style>
a { background-color: #033BA3; }
a { background-color: rgb(3,59,163); }
div.DivClassName
{
background-color: #033BA3;
}
.BgClassName
{
background-color: #033BA3;
}
</style>
border-color css
<style>
span { border-color: #033BA3; }
span { border-color: rgb(3,59,163); }
td.TdClassName
{
border-color: #033BA3;
}
.TagClassName
{
border-color: #033BA3;
}
</style>