Shades of Smalt #032A84
Tints of Smalt #032A84
RGB
CMYK
RGB Variations
Color information
#032A84 (or 0x032A84) is known color: Smalt. HEX triplet: 03, 2A and 84. RGB value is (3,42,132). Sum of RGB (Red+Green+Blue) = 3+42+132=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 42 (16.80% from 255 or 23.73% from 177); Blue value is 132 (51.95% from 255 or 74.58% from 177); Max value from RGB is 132 - color contains mainly: blue. Hex color #032A84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032A84 is #FCD57B. Grayscale: #282828. Windows color (decimal): -16569724 or 8661507. OLE color: 8661507.
HSL color Cylindrical-coordinate representation of color #032A84: hue angle of 221.86º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032A84 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 3 | 42 | 132 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.48 |
| HSL | 221.86º | 0.96% | 0.26% | - |
| HSV(B) | 221.86º | 0.98% | 0.52% | - |
| XYZ | 5.03 | 3.34 | 22.21 | - |
| YUV | 40.6 | 179.58 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 132 | 0.98 | 0.68 | 0 | 0.48 | 221.86 | 0.96 | 0.26 |
| Hex | 3 | 2A | 84 | 62 | 44 | 0 | 30 | DE | 60 | 1A |
| Octal | 3 | 52 | 204 | 142 | 104 | 0 | 60 | 336 | 140 | 32 |
| Binary | 11 | 101010 | 10000100 | 1100010 | 1000100 | 0 | 110000 | 11011110 | 1100000 | 11010 |
Color Harmonies of #032A84
Complementary color
Monochromatic Colors of #032A84
Black with #032A84
Text Example
Text Example
White with #032A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032A84; }
p { color: rgb(3,42,132); }
H1.HeaderClassName
{
color: #032A84;
}
.AnyTagClassName
{
color: #032A84;
}
</style>
background-color css
<style>
a { background-color: #032A84; }
a { background-color: rgb(3,42,132); }
div.DivClassName
{
background-color: #032A84;
}
.BgClassName
{
background-color: #032A84;
}
</style>
border-color css
<style>
span { border-color: #032A84; }
span { border-color: rgb(3,42,132); }
td.TdClassName
{
border-color: #032A84;
}
.TagClassName
{
border-color: #032A84;
}
</style>