Shades of Smalt #033A91
Tints of Smalt #033A91
RGB
CMYK
RGB Variations
Color information
#033A91 (or 0x033A91) is known color: Smalt. HEX triplet: 03, 3A and 91. RGB value is (3,58,145). Sum of RGB (Red+Green+Blue) = 3+58+145=206 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 145 (57.03% from 255 or 70.39% from 206); Max value from RGB is 145 - color contains mainly: blue. Hex color #033A91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033A91 is #FCC56E. Grayscale: #333333. Windows color (decimal): -16565615 or 9517571. OLE color: 9517571.
HSL color Cylindrical-coordinate representation of color #033A91: hue angle of 216.76º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033A91 is Cyan = 0.98, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 58 | 145 | - |
| CMYK | 0.98 | 0.6 | 0 | 0.43 |
| HSL | 216.76º | 0.96% | 0.29% | - |
| HSV(B) | 216.76º | 0.98% | 0.57% | - |
| XYZ | 6.66 | 5.09 | 27.42 | - |
| YUV | 51.47 | 180.78 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 58 | 145 | 0.98 | 0.6 | 0 | 0.43 | 216.76 | 0.96 | 0.29 |
| Hex | 3 | 3A | 91 | 62 | 3C | 0 | 2B | D9 | 60 | 1D |
| Octal | 3 | 72 | 221 | 142 | 74 | 0 | 53 | 331 | 140 | 35 |
| Binary | 11 | 111010 | 10010001 | 1100010 | 111100 | 0 | 101011 | 11011001 | 1100000 | 11101 |
Color Harmonies of #033A91
Complementary color
Monochromatic Colors of #033A91
Black with #033A91
Text Example
Text Example
White with #033A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033A91; }
p { color: rgb(3,58,145); }
H1.HeaderClassName
{
color: #033A91;
}
.AnyTagClassName
{
color: #033A91;
}
</style>
background-color css
<style>
a { background-color: #033A91; }
a { background-color: rgb(3,58,145); }
div.DivClassName
{
background-color: #033A91;
}
.BgClassName
{
background-color: #033A91;
}
</style>
border-color css
<style>
span { border-color: #033A91; }
span { border-color: rgb(3,58,145); }
td.TdClassName
{
border-color: #033A91;
}
.TagClassName
{
border-color: #033A91;
}
</style>