Shades of Smalt #033592
Tints of Smalt #033592
RGB
CMYK
RGB Variations
Color information
#033592 (or 0x033592) is known color: Smalt. HEX triplet: 03, 35 and 92. RGB value is (3,53,146). Sum of RGB (Red+Green+Blue) = 3+53+146=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 146 (57.42% from 255 or 72.28% from 202); Max value from RGB is 146 - color contains mainly: blue. Hex color #033592 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033592 is #FCCA6D. Grayscale: #303030. Windows color (decimal): -16566894 or 9581827. OLE color: 9581827.
HSL color Cylindrical-coordinate representation of color #033592: hue angle of 219.02º 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 #033592 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 53 | 146 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.43 |
| HSL | 219.02º | 0.96% | 0.29% | - |
| HSV(B) | 219.02º | 0.98% | 0.57% | - |
| XYZ | 6.5 | 4.64 | 27.75 | - |
| YUV | 48.65 | 182.94 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 53 | 146 | 0.98 | 0.64 | 0 | 0.43 | 219.02 | 0.96 | 0.29 |
| Hex | 3 | 35 | 92 | 62 | 40 | 0 | 2B | DB | 60 | 1D |
| Octal | 3 | 65 | 222 | 142 | 100 | 0 | 53 | 333 | 140 | 35 |
| Binary | 11 | 110101 | 10010010 | 1100010 | 1000000 | 0 | 101011 | 11011011 | 1100000 | 11101 |
Color Harmonies of #033592
Complementary color
Monochromatic Colors of #033592
Black with #033592
Text Example
Text Example
White with #033592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033592; }
p { color: rgb(3,53,146); }
H1.HeaderClassName
{
color: #033592;
}
.AnyTagClassName
{
color: #033592;
}
</style>
background-color css
<style>
a { background-color: #033592; }
a { background-color: rgb(3,53,146); }
div.DivClassName
{
background-color: #033592;
}
.BgClassName
{
background-color: #033592;
}
</style>
border-color css
<style>
span { border-color: #033592; }
span { border-color: rgb(3,53,146); }
td.TdClassName
{
border-color: #033592;
}
.TagClassName
{
border-color: #033592;
}
</style>