Shades of Smalt #033F91
Tints of Smalt #033F91
RGB
CMYK
RGB Variations
Color information
#033F91 (or 0x033F91) is known color: Smalt. HEX triplet: 03, 3F and 91. RGB value is (3,63,145). Sum of RGB (Red+Green+Blue) = 3+63+145=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 145 (57.03% from 255 or 68.72% from 211); Max value from RGB is 145 - color contains mainly: blue. Hex color #033F91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033F91 is #FCC06E. Grayscale: #363636. Windows color (decimal): -16564335 or 9518851. OLE color: 9518851.
HSL color Cylindrical-coordinate representation of color #033F91: hue angle of 214.65º 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 #033F91 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 63 | 145 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.43 |
| HSL | 214.65º | 0.96% | 0.29% | - |
| HSV(B) | 214.65º | 0.98% | 0.57% | - |
| XYZ | 6.93 | 5.62 | 27.51 | - |
| YUV | 54.41 | 179.12 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 63 | 145 | 0.98 | 0.57 | 0 | 0.43 | 214.65 | 0.96 | 0.29 |
| Hex | 3 | 3F | 91 | 62 | 39 | 0 | 2B | D7 | 60 | 1D |
| Octal | 3 | 77 | 221 | 142 | 71 | 0 | 53 | 327 | 140 | 35 |
| Binary | 11 | 111111 | 10010001 | 1100010 | 111001 | 0 | 101011 | 11010111 | 1100000 | 11101 |
Color Harmonies of #033F91
Complementary color
Monochromatic Colors of #033F91
Black with #033F91
Text Example
Text Example
White with #033F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033F91; }
p { color: rgb(3,63,145); }
H1.HeaderClassName
{
color: #033F91;
}
.AnyTagClassName
{
color: #033F91;
}
</style>
background-color css
<style>
a { background-color: #033F91; }
a { background-color: rgb(3,63,145); }
div.DivClassName
{
background-color: #033F91;
}
.BgClassName
{
background-color: #033F91;
}
</style>
border-color css
<style>
span { border-color: #033F91; }
span { border-color: rgb(3,63,145); }
td.TdClassName
{
border-color: #033F91;
}
.TagClassName
{
border-color: #033F91;
}
</style>