Shades of Smalt #032D90
Tints of Smalt #032D90
RGB
CMYK
RGB Variations
Color information
#032D90 (or 0x032D90) is known color: Smalt. HEX triplet: 03, 2D and 90. RGB value is (3,45,144). Sum of RGB (Red+Green+Blue) = 3+45+144=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 45 (17.97% from 255 or 23.44% from 192); Blue value is 144 (56.64% from 255 or 75% from 192); Max value from RGB is 144 - color contains mainly: blue. Hex color #032D90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032D90 is #FCD26F. Grayscale: #2B2B2B. Windows color (decimal): -16568944 or 9448707. OLE color: 9448707.
HSL color Cylindrical-coordinate representation of color #032D90: hue angle of 222.13º 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 #032D90 is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 45 | 144 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.44 |
| HSL | 222.13º | 0.96% | 0.29% | - |
| HSV(B) | 222.13º | 0.98% | 0.56% | - |
| XYZ | 6.01 | 3.91 | 26.82 | - |
| YUV | 43.73 | 184.59 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 144 | 0.98 | 0.69 | 0 | 0.44 | 222.13 | 0.96 | 0.29 |
| Hex | 3 | 2D | 90 | 62 | 45 | 0 | 2C | DE | 60 | 1D |
| Octal | 3 | 55 | 220 | 142 | 105 | 0 | 54 | 336 | 140 | 35 |
| Binary | 11 | 101101 | 10010000 | 1100010 | 1000101 | 0 | 101100 | 11011110 | 1100000 | 11101 |
Color Harmonies of #032D90
Complementary color
Monochromatic Colors of #032D90
Black with #032D90
Text Example
Text Example
White with #032D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032D90; }
p { color: rgb(3,45,144); }
H1.HeaderClassName
{
color: #032D90;
}
.AnyTagClassName
{
color: #032D90;
}
</style>
background-color css
<style>
a { background-color: #032D90; }
a { background-color: rgb(3,45,144); }
div.DivClassName
{
background-color: #032D90;
}
.BgClassName
{
background-color: #032D90;
}
</style>
border-color css
<style>
span { border-color: #032D90; }
span { border-color: rgb(3,45,144); }
td.TdClassName
{
border-color: #032D90;
}
.TagClassName
{
border-color: #032D90;
}
</style>