Shades of Smalt #033492
Tints of Smalt #033492
RGB
CMYK
RGB Variations
Color information
#033492 (or 0x033492) is known color: Smalt. HEX triplet: 03, 34 and 92. RGB value is (3,52,146). Sum of RGB (Red+Green+Blue) = 3+52+146=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 146 (57.42% from 255 or 72.64% from 201); Max value from RGB is 146 - color contains mainly: blue. Hex color #033492 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033492 is #FCCB6D. Grayscale: #2F2F2F. Windows color (decimal): -16567150 or 9581571. OLE color: 9581571.
HSL color Cylindrical-coordinate representation of color #033492: hue angle of 219.44º 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 #033492 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 52 | 146 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.43 |
| HSL | 219.44º | 0.96% | 0.29% | - |
| HSV(B) | 219.44º | 0.98% | 0.57% | - |
| XYZ | 6.45 | 4.55 | 27.73 | - |
| YUV | 48.07 | 183.27 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 52 | 146 | 0.98 | 0.64 | 0 | 0.43 | 219.44 | 0.96 | 0.29 |
| Hex | 3 | 34 | 92 | 62 | 40 | 0 | 2B | DB | 60 | 1D |
| Octal | 3 | 64 | 222 | 142 | 100 | 0 | 53 | 333 | 140 | 35 |
| Binary | 11 | 110100 | 10010010 | 1100010 | 1000000 | 0 | 101011 | 11011011 | 1100000 | 11101 |
Color Harmonies of #033492
Complementary color
Monochromatic Colors of #033492
Black with #033492
Text Example
Text Example
White with #033492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033492; }
p { color: rgb(3,52,146); }
H1.HeaderClassName
{
color: #033492;
}
.AnyTagClassName
{
color: #033492;
}
</style>
background-color css
<style>
a { background-color: #033492; }
a { background-color: rgb(3,52,146); }
div.DivClassName
{
background-color: #033492;
}
.BgClassName
{
background-color: #033492;
}
</style>
border-color css
<style>
span { border-color: #033492; }
span { border-color: rgb(3,52,146); }
td.TdClassName
{
border-color: #033492;
}
.TagClassName
{
border-color: #033492;
}
</style>