Shades of Smalt #032A91
Tints of Smalt #032A91
RGB
CMYK
RGB Variations
Color information
#032A91 (or 0x032A91) is known color: Smalt. HEX triplet: 03, 2A and 91. RGB value is (3,42,145). Sum of RGB (Red+Green+Blue) = 3+42+145=190 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.58% from 190); Green value is 42 (16.80% from 255 or 22.11% from 190); Blue value is 145 (57.03% from 255 or 76.32% from 190); Max value from RGB is 145 - color contains mainly: blue. Hex color #032A91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032A91 is #FCD56E. Grayscale: #292929. Windows color (decimal): -16569711 or 9513475. OLE color: 9513475.
HSL color Cylindrical-coordinate representation of color #032A91: hue angle of 223.52º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032A91 is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 42 | 145 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.43 |
| HSL | 223.52º | 0.96% | 0.29% | - |
| HSV(B) | 223.52º | 0.98% | 0.57% | - |
| XYZ | 5.98 | 3.72 | 27.19 | - |
| YUV | 42.08 | 186.08 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 145 | 0.98 | 0.71 | 0 | 0.43 | 223.52 | 0.96 | 0.29 |
| Hex | 3 | 2A | 91 | 62 | 47 | 0 | 2B | E0 | 60 | 1D |
| Octal | 3 | 52 | 221 | 142 | 107 | 0 | 53 | 340 | 140 | 35 |
| Binary | 11 | 101010 | 10010001 | 1100010 | 1000111 | 0 | 101011 | 11100000 | 1100000 | 11101 |
Color Harmonies of #032A91
Complementary color
Monochromatic Colors of #032A91
Black with #032A91
Text Example
Text Example
White with #032A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032A91; }
p { color: rgb(3,42,145); }
H1.HeaderClassName
{
color: #032A91;
}
.AnyTagClassName
{
color: #032A91;
}
</style>
background-color css
<style>
a { background-color: #032A91; }
a { background-color: rgb(3,42,145); }
div.DivClassName
{
background-color: #032A91;
}
.BgClassName
{
background-color: #032A91;
}
</style>
border-color css
<style>
span { border-color: #032A91; }
span { border-color: rgb(3,42,145); }
td.TdClassName
{
border-color: #032A91;
}
.TagClassName
{
border-color: #032A91;
}
</style>