Shades of Smalt #032E90
Tints of Smalt #032E90
RGB
CMYK
RGB Variations
Color information
#032E90 (or 0x032E90) is known color: Smalt. HEX triplet: 03, 2E and 90. RGB value is (3,46,144). Sum of RGB (Red+Green+Blue) = 3+46+144=193 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 144 (56.64% from 255 or 74.61% from 193); Max value from RGB is 144 - color contains mainly: blue. Hex color #032E90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032E90 is #FCD16F. Grayscale: #2B2B2B. Windows color (decimal): -16568688 or 9448963. OLE color: 9448963.
HSL color Cylindrical-coordinate representation of color #032E90: hue angle of 221.7º 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 #032E90 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 46 | 144 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.44 |
| HSL | 221.7º | 0.96% | 0.29% | - |
| HSV(B) | 221.7º | 0.98% | 0.56% | - |
| XYZ | 6.05 | 3.99 | 26.84 | - |
| YUV | 44.32 | 184.25 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 46 | 144 | 0.98 | 0.68 | 0 | 0.44 | 221.7 | 0.96 | 0.29 |
| Hex | 3 | 2E | 90 | 62 | 44 | 0 | 2C | DE | 60 | 1D |
| Octal | 3 | 56 | 220 | 142 | 104 | 0 | 54 | 336 | 140 | 35 |
| Binary | 11 | 101110 | 10010000 | 1100010 | 1000100 | 0 | 101100 | 11011110 | 1100000 | 11101 |
Color Harmonies of #032E90
Complementary color
Monochromatic Colors of #032E90
Black with #032E90
Text Example
Text Example
White with #032E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032E90; }
p { color: rgb(3,46,144); }
H1.HeaderClassName
{
color: #032E90;
}
.AnyTagClassName
{
color: #032E90;
}
</style>
background-color css
<style>
a { background-color: #032E90; }
a { background-color: rgb(3,46,144); }
div.DivClassName
{
background-color: #032E90;
}
.BgClassName
{
background-color: #032E90;
}
</style>
border-color css
<style>
span { border-color: #032E90; }
span { border-color: rgb(3,46,144); }
td.TdClassName
{
border-color: #032E90;
}
.TagClassName
{
border-color: #032E90;
}
</style>