Shades of Smalt #032B91
Tints of Smalt #032B91
RGB
CMYK
RGB Variations
Color information
#032B91 (or 0x032B91) is known color: Smalt. HEX triplet: 03, 2B and 91. RGB value is (3,43,145). Sum of RGB (Red+Green+Blue) = 3+43+145=191 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.57% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 145 (57.03% from 255 or 75.92% from 191); Max value from RGB is 145 - color contains mainly: blue. Hex color #032B91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032B91 is #FCD46E. Grayscale: #2A2A2A. Windows color (decimal): -16569455 or 9513731. OLE color: 9513731.
HSL color Cylindrical-coordinate representation of color #032B91: hue angle of 223.1º 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 #032B91 is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 43 | 145 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.43 |
| HSL | 223.1º | 0.96% | 0.29% | - |
| HSV(B) | 223.1º | 0.98% | 0.57% | - |
| XYZ | 6.01 | 3.79 | 27.2 | - |
| YUV | 42.67 | 185.75 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 43 | 145 | 0.98 | 0.70 | 0 | 0.43 | 223.1 | 0.96 | 0.29 |
| Hex | 3 | 2B | 91 | 62 | 46 | 0 | 2B | DF | 60 | 1D |
| Octal | 3 | 53 | 221 | 142 | 106 | 0 | 53 | 337 | 140 | 35 |
| Binary | 11 | 101011 | 10010001 | 1100010 | 1000110 | 0 | 101011 | 11011111 | 1100000 | 11101 |
Color Harmonies of #032B91
Complementary color
Monochromatic Colors of #032B91
Black with #032B91
Text Example
Text Example
White with #032B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032B91; }
p { color: rgb(3,43,145); }
H1.HeaderClassName
{
color: #032B91;
}
.AnyTagClassName
{
color: #032B91;
}
</style>
background-color css
<style>
a { background-color: #032B91; }
a { background-color: rgb(3,43,145); }
div.DivClassName
{
background-color: #032B91;
}
.BgClassName
{
background-color: #032B91;
}
</style>
border-color css
<style>
span { border-color: #032B91; }
span { border-color: rgb(3,43,145); }
td.TdClassName
{
border-color: #032B91;
}
.TagClassName
{
border-color: #032B91;
}
</style>