Shades of Smalt #033491
Tints of Smalt #033491
RGB
CMYK
RGB Variations
Color information
#033491 (or 0x033491) is known color: Smalt. HEX triplet: 03, 34 and 91. RGB value is (3,52,145). Sum of RGB (Red+Green+Blue) = 3+52+145=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 145 (57.03% from 255 or 72.5% from 200); Max value from RGB is 145 - color contains mainly: blue. Hex color #033491 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033491 is #FCCB6E. Grayscale: #2F2F2F. Windows color (decimal): -16567151 or 9516035. OLE color: 9516035.
HSL color Cylindrical-coordinate representation of color #033491: hue angle of 219.3º 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 #033491 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 52 | 145 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.43 |
| HSL | 219.3º | 0.96% | 0.29% | - |
| HSV(B) | 219.3º | 0.98% | 0.57% | - |
| XYZ | 6.38 | 4.52 | 27.32 | - |
| YUV | 47.95 | 182.77 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 52 | 145 | 0.98 | 0.64 | 0 | 0.43 | 219.3 | 0.96 | 0.29 |
| Hex | 3 | 34 | 91 | 62 | 40 | 0 | 2B | DB | 60 | 1D |
| Octal | 3 | 64 | 221 | 142 | 100 | 0 | 53 | 333 | 140 | 35 |
| Binary | 11 | 110100 | 10010001 | 1100010 | 1000000 | 0 | 101011 | 11011011 | 1100000 | 11101 |
Color Harmonies of #033491
Complementary color
Monochromatic Colors of #033491
Black with #033491
Text Example
Text Example
White with #033491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033491; }
p { color: rgb(3,52,145); }
H1.HeaderClassName
{
color: #033491;
}
.AnyTagClassName
{
color: #033491;
}
</style>
background-color css
<style>
a { background-color: #033491; }
a { background-color: rgb(3,52,145); }
div.DivClassName
{
background-color: #033491;
}
.BgClassName
{
background-color: #033491;
}
</style>
border-color css
<style>
span { border-color: #033491; }
span { border-color: rgb(3,52,145); }
td.TdClassName
{
border-color: #033491;
}
.TagClassName
{
border-color: #033491;
}
</style>