Shades of Smalt #032A96
Tints of Smalt #032A96
RGB
CMYK
RGB Variations
Color information
#032A96 (or 0x032A96) is known color: Smalt. HEX triplet: 03, 2A and 96. RGB value is (3,42,150). Sum of RGB (Red+Green+Blue) = 3+42+150=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 150 (58.98% from 255 or 76.92% from 195); Max value from RGB is 150 - color contains mainly: blue. Hex color #032A96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032A96 is #FCD569. Grayscale: #2A2A2A. Windows color (decimal): -16569706 or 9841155. OLE color: 9841155.
HSL color Cylindrical-coordinate representation of color #032A96: hue angle of 224.08º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032A96 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 3 | 42 | 150 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.41 |
| HSL | 224.08º | 0.96% | 0.3% | - |
| HSV(B) | 224.08º | 0.98% | 0.59% | - |
| XYZ | 6.37 | 3.88 | 29.27 | - |
| YUV | 42.65 | 188.58 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 150 | 0.98 | 0.72 | 0 | 0.41 | 224.08 | 0.96 | 0.3 |
| Hex | 3 | 2A | 96 | 62 | 48 | 0 | 29 | E0 | 60 | 1E |
| Octal | 3 | 52 | 226 | 142 | 110 | 0 | 51 | 340 | 140 | 36 |
| Binary | 11 | 101010 | 10010110 | 1100010 | 1001000 | 0 | 101001 | 11100000 | 1100000 | 11110 |
Color Harmonies of #032A96
Complementary color
Monochromatic Colors of #032A96
Black with #032A96
Text Example
Text Example
White with #032A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032A96; }
p { color: rgb(3,42,150); }
H1.HeaderClassName
{
color: #032A96;
}
.AnyTagClassName
{
color: #032A96;
}
</style>
background-color css
<style>
a { background-color: #032A96; }
a { background-color: rgb(3,42,150); }
div.DivClassName
{
background-color: #032A96;
}
.BgClassName
{
background-color: #032A96;
}
</style>
border-color css
<style>
span { border-color: #032A96; }
span { border-color: rgb(3,42,150); }
td.TdClassName
{
border-color: #032A96;
}
.TagClassName
{
border-color: #032A96;
}
</style>