Shades of Smalt #032E85
Tints of Smalt #032E85
RGB
CMYK
RGB Variations
Color information
#032E85 (or 0x032E85) is known color: Smalt. HEX triplet: 03, 2E and 85. RGB value is (3,46,133). Sum of RGB (Red+Green+Blue) = 3+46+133=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 46 (18.36% from 255 or 25.27% from 182); Blue value is 133 (52.34% from 255 or 73.08% from 182); Max value from RGB is 133 - color contains mainly: blue. Hex color #032E85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032E85 is #FCD17A. Grayscale: #2A2A2A. Windows color (decimal): -16568699 or 8728067. OLE color: 8728067.
HSL color Cylindrical-coordinate representation of color #032E85: hue angle of 220.15º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032E85 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 3 | 46 | 133 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.48 |
| HSL | 220.15º | 0.96% | 0.27% | - |
| HSV(B) | 220.15º | 0.98% | 0.52% | - |
| XYZ | 5.25 | 3.67 | 22.62 | - |
| YUV | 43.06 | 178.75 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 46 | 133 | 0.98 | 0.65 | 0 | 0.48 | 220.15 | 0.96 | 0.27 |
| Hex | 3 | 2E | 85 | 62 | 41 | 0 | 30 | DC | 60 | 1B |
| Octal | 3 | 56 | 205 | 142 | 101 | 0 | 60 | 334 | 140 | 33 |
| Binary | 11 | 101110 | 10000101 | 1100010 | 1000001 | 0 | 110000 | 11011100 | 1100000 | 11011 |
Color Harmonies of #032E85
Complementary color
Monochromatic Colors of #032E85
Black with #032E85
Text Example
Text Example
White with #032E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032E85; }
p { color: rgb(3,46,133); }
H1.HeaderClassName
{
color: #032E85;
}
.AnyTagClassName
{
color: #032E85;
}
</style>
background-color css
<style>
a { background-color: #032E85; }
a { background-color: rgb(3,46,133); }
div.DivClassName
{
background-color: #032E85;
}
.BgClassName
{
background-color: #032E85;
}
</style>
border-color css
<style>
span { border-color: #032E85; }
span { border-color: rgb(3,46,133); }
td.TdClassName
{
border-color: #032E85;
}
.TagClassName
{
border-color: #032E85;
}
</style>