Shades of Smalt #032A87
Tints of Smalt #032A87
RGB
CMYK
RGB Variations
Color information
#032A87 (or 0x032A87) is known color: Smalt. HEX triplet: 03, 2A and 87. RGB value is (3,42,135). Sum of RGB (Red+Green+Blue) = 3+42+135=180 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.67% from 180); Green value is 42 (16.80% from 255 or 23.33% from 180); Blue value is 135 (53.12% from 255 or 75% from 180); Max value from RGB is 135 - color contains mainly: blue. Hex color #032A87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032A87 is #FCD578. Grayscale: #282828. Windows color (decimal): -16569721 or 8858115. OLE color: 8858115.
HSL color Cylindrical-coordinate representation of color #032A87: hue angle of 222.27º 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 #032A87 is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 42 | 135 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.47 |
| HSL | 222.27º | 0.96% | 0.27% | - |
| HSV(B) | 222.27º | 0.98% | 0.53% | - |
| XYZ | 5.24 | 3.42 | 23.31 | - |
| YUV | 40.94 | 181.08 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 135 | 0.98 | 0.69 | 0 | 0.47 | 222.27 | 0.96 | 0.27 |
| Hex | 3 | 2A | 87 | 62 | 45 | 0 | 2F | DE | 60 | 1B |
| Octal | 3 | 52 | 207 | 142 | 105 | 0 | 57 | 336 | 140 | 33 |
| Binary | 11 | 101010 | 10000111 | 1100010 | 1000101 | 0 | 101111 | 11011110 | 1100000 | 11011 |
Color Harmonies of #032A87
Complementary color
Monochromatic Colors of #032A87
Black with #032A87
Text Example
Text Example
White with #032A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032A87; }
p { color: rgb(3,42,135); }
H1.HeaderClassName
{
color: #032A87;
}
.AnyTagClassName
{
color: #032A87;
}
</style>
background-color css
<style>
a { background-color: #032A87; }
a { background-color: rgb(3,42,135); }
div.DivClassName
{
background-color: #032A87;
}
.BgClassName
{
background-color: #032A87;
}
</style>
border-color css
<style>
span { border-color: #032A87; }
span { border-color: rgb(3,42,135); }
td.TdClassName
{
border-color: #032A87;
}
.TagClassName
{
border-color: #032A87;
}
</style>