Shades of Smalt #032E87
Tints of Smalt #032E87
RGB
CMYK
RGB Variations
Color information
#032E87 (or 0x032E87) is known color: Smalt. HEX triplet: 03, 2E and 87. RGB value is (3,46,135). Sum of RGB (Red+Green+Blue) = 3+46+135=184 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.63% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 135 (53.12% from 255 or 73.37% from 184); Max value from RGB is 135 - color contains mainly: blue. Hex color #032E87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032E87 is #FCD178. Grayscale: #2A2A2A. Windows color (decimal): -16568697 or 8859139. OLE color: 8859139.
HSL color Cylindrical-coordinate representation of color #032E87: hue angle of 220.45º 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 #032E87 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 46 | 135 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.47 |
| HSL | 220.45º | 0.96% | 0.27% | - |
| HSV(B) | 220.45º | 0.98% | 0.53% | - |
| XYZ | 5.39 | 3.72 | 23.36 | - |
| YUV | 43.29 | 179.75 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 46 | 135 | 0.98 | 0.66 | 0 | 0.47 | 220.45 | 0.96 | 0.27 |
| Hex | 3 | 2E | 87 | 62 | 42 | 0 | 2F | DC | 60 | 1B |
| Octal | 3 | 56 | 207 | 142 | 102 | 0 | 57 | 334 | 140 | 33 |
| Binary | 11 | 101110 | 10000111 | 1100010 | 1000010 | 0 | 101111 | 11011100 | 1100000 | 11011 |
Color Harmonies of #032E87
Complementary color
Monochromatic Colors of #032E87
Black with #032E87
Text Example
Text Example
White with #032E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032E87; }
p { color: rgb(3,46,135); }
H1.HeaderClassName
{
color: #032E87;
}
.AnyTagClassName
{
color: #032E87;
}
</style>
background-color css
<style>
a { background-color: #032E87; }
a { background-color: rgb(3,46,135); }
div.DivClassName
{
background-color: #032E87;
}
.BgClassName
{
background-color: #032E87;
}
</style>
border-color css
<style>
span { border-color: #032E87; }
span { border-color: rgb(3,46,135); }
td.TdClassName
{
border-color: #032E87;
}
.TagClassName
{
border-color: #032E87;
}
</style>