Shades of Smalt #032893
Tints of Smalt #032893
RGB
CMYK
RGB Variations
Color information
#032893 (or 0x032893) is known color: Smalt. HEX triplet: 03, 28 and 93. RGB value is (3,40,147). Sum of RGB (Red+Green+Blue) = 3+40+147=190 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.58% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 147 (57.81% from 255 or 77.37% from 190); Max value from RGB is 147 - color contains mainly: blue. Hex color #032893 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032893 is #FCD76C. Grayscale: #282828. Windows color (decimal): -16570221 or 9644035. OLE color: 9644035.
HSL color Cylindrical-coordinate representation of color #032893: hue angle of 224.58º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032893 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 40 | 147 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.42 |
| HSL | 224.58º | 0.96% | 0.29% | - |
| HSV(B) | 224.58º | 0.98% | 0.58% | - |
| XYZ | 6.06 | 3.64 | 27.99 | - |
| YUV | 41.14 | 187.74 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 40 | 147 | 0.98 | 0.73 | 0 | 0.42 | 224.58 | 0.96 | 0.29 |
| Hex | 3 | 28 | 93 | 62 | 49 | 0 | 2A | E1 | 60 | 1D |
| Octal | 3 | 50 | 223 | 142 | 111 | 0 | 52 | 341 | 140 | 35 |
| Binary | 11 | 101000 | 10010011 | 1100010 | 1001001 | 0 | 101010 | 11100001 | 1100000 | 11101 |
Color Harmonies of #032893
Complementary color
Monochromatic Colors of #032893
Black with #032893
Text Example
Text Example
White with #032893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032893; }
p { color: rgb(3,40,147); }
H1.HeaderClassName
{
color: #032893;
}
.AnyTagClassName
{
color: #032893;
}
</style>
background-color css
<style>
a { background-color: #032893; }
a { background-color: rgb(3,40,147); }
div.DivClassName
{
background-color: #032893;
}
.BgClassName
{
background-color: #032893;
}
</style>
border-color css
<style>
span { border-color: #032893; }
span { border-color: rgb(3,40,147); }
td.TdClassName
{
border-color: #032893;
}
.TagClassName
{
border-color: #032893;
}
</style>