Shades of Smalt #032B90
Tints of Smalt #032B90
RGB
CMYK
RGB Variations
Color information
#032B90 (or 0x032B90) is known color: Smalt. HEX triplet: 03, 2B and 90. RGB value is (3,43,144). Sum of RGB (Red+Green+Blue) = 3+43+144=190 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.58% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 144 (56.64% from 255 or 75.79% from 190); Max value from RGB is 144 - color contains mainly: blue. Hex color #032B90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032B90 is #FCD46F. Grayscale: #2A2A2A. Windows color (decimal): -16569456 or 9448195. OLE color: 9448195.
HSL color Cylindrical-coordinate representation of color #032B90: hue angle of 222.98º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032B90 is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 43 | 144 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.44 |
| HSL | 222.98º | 0.96% | 0.29% | - |
| HSV(B) | 222.98º | 0.98% | 0.56% | - |
| XYZ | 5.94 | 3.76 | 26.8 | - |
| YUV | 42.55 | 185.25 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 43 | 144 | 0.98 | 0.70 | 0 | 0.44 | 222.98 | 0.96 | 0.29 |
| Hex | 3 | 2B | 90 | 62 | 46 | 0 | 2C | DF | 60 | 1D |
| Octal | 3 | 53 | 220 | 142 | 106 | 0 | 54 | 337 | 140 | 35 |
| Binary | 11 | 101011 | 10010000 | 1100010 | 1000110 | 0 | 101100 | 11011111 | 1100000 | 11101 |
Color Harmonies of #032B90
Complementary color
Monochromatic Colors of #032B90
Black with #032B90
Text Example
Text Example
White with #032B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032B90; }
p { color: rgb(3,43,144); }
H1.HeaderClassName
{
color: #032B90;
}
.AnyTagClassName
{
color: #032B90;
}
</style>
background-color css
<style>
a { background-color: #032B90; }
a { background-color: rgb(3,43,144); }
div.DivClassName
{
background-color: #032B90;
}
.BgClassName
{
background-color: #032B90;
}
</style>
border-color css
<style>
span { border-color: #032B90; }
span { border-color: rgb(3,43,144); }
td.TdClassName
{
border-color: #032B90;
}
.TagClassName
{
border-color: #032B90;
}
</style>