Shades of Smalt #032E88
Tints of Smalt #032E88
RGB
CMYK
RGB Variations
Color information
#032E88 (or 0x032E88) is known color: Smalt. HEX triplet: 03, 2E and 88. RGB value is (3,46,136). Sum of RGB (Red+Green+Blue) = 3+46+136=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 46 (18.36% from 255 or 24.86% from 185); Blue value is 136 (53.52% from 255 or 73.51% from 185); Max value from RGB is 136 - color contains mainly: blue. Hex color #032E88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032E88 is #FCD177. Grayscale: #2B2B2B. Windows color (decimal): -16568696 or 8924675. OLE color: 8924675.
HSL color Cylindrical-coordinate representation of color #032E88: hue angle of 220.6º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032E88 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 46 | 136 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.47 |
| HSL | 220.6º | 0.96% | 0.27% | - |
| HSV(B) | 220.6º | 0.98% | 0.53% | - |
| XYZ | 5.46 | 3.75 | 23.73 | - |
| YUV | 43.4 | 180.25 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 46 | 136 | 0.98 | 0.66 | 0 | 0.47 | 220.6 | 0.96 | 0.27 |
| Hex | 3 | 2E | 88 | 62 | 42 | 0 | 2F | DD | 60 | 1B |
| Octal | 3 | 56 | 210 | 142 | 102 | 0 | 57 | 335 | 140 | 33 |
| Binary | 11 | 101110 | 10001000 | 1100010 | 1000010 | 0 | 101111 | 11011101 | 1100000 | 11011 |
Color Harmonies of #032E88
Complementary color
Monochromatic Colors of #032E88
Black with #032E88
Text Example
Text Example
White with #032E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032E88; }
p { color: rgb(3,46,136); }
H1.HeaderClassName
{
color: #032E88;
}
.AnyTagClassName
{
color: #032E88;
}
</style>
background-color css
<style>
a { background-color: #032E88; }
a { background-color: rgb(3,46,136); }
div.DivClassName
{
background-color: #032E88;
}
.BgClassName
{
background-color: #032E88;
}
</style>
border-color css
<style>
span { border-color: #032E88; }
span { border-color: rgb(3,46,136); }
td.TdClassName
{
border-color: #032E88;
}
.TagClassName
{
border-color: #032E88;
}
</style>