Shades of Smalt #032087
Tints of Smalt #032087
RGB
CMYK
RGB Variations
Color information
#032087 (or 0x032087) is known color: Smalt. HEX triplet: 03, 20 and 87. RGB value is (3,32,135). Sum of RGB (Red+Green+Blue) = 3+32+135=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 135 (53.12% from 255 or 79.41% from 170); Max value from RGB is 135 - color contains mainly: blue. Hex color #032087 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032087 is #FCDF78. Grayscale: #222222. Windows color (decimal): -16572281 or 8855555. OLE color: 8855555.
HSL color Cylindrical-coordinate representation of color #032087: hue angle of 226.82º 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 #032087 is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 32 | 135 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.47 |
| HSL | 226.82º | 0.96% | 0.27% | - |
| HSV(B) | 226.82º | 0.98% | 0.53% | - |
| XYZ | 4.93 | 2.8 | 23.2 | - |
| YUV | 35.07 | 184.39 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 32 | 135 | 0.98 | 0.76 | 0 | 0.47 | 226.82 | 0.96 | 0.27 |
| Hex | 3 | 20 | 87 | 62 | 4C | 0 | 2F | E3 | 60 | 1B |
| Octal | 3 | 40 | 207 | 142 | 114 | 0 | 57 | 343 | 140 | 33 |
| Binary | 11 | 100000 | 10000111 | 1100010 | 1001100 | 0 | 101111 | 11100011 | 1100000 | 11011 |
Color Harmonies of #032087
Complementary color
Monochromatic Colors of #032087
Black with #032087
Text Example
Text Example
White with #032087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032087; }
p { color: rgb(3,32,135); }
H1.HeaderClassName
{
color: #032087;
}
.AnyTagClassName
{
color: #032087;
}
</style>
background-color css
<style>
a { background-color: #032087; }
a { background-color: rgb(3,32,135); }
div.DivClassName
{
background-color: #032087;
}
.BgClassName
{
background-color: #032087;
}
</style>
border-color css
<style>
span { border-color: #032087; }
span { border-color: rgb(3,32,135); }
td.TdClassName
{
border-color: #032087;
}
.TagClassName
{
border-color: #032087;
}
</style>