Shades of Smalt #032D85
Tints of Smalt #032D85
RGB
CMYK
RGB Variations
Color information
#032D85 (or 0x032D85) is known color: Smalt. HEX triplet: 03, 2D and 85. RGB value is (3,45,133). Sum of RGB (Red+Green+Blue) = 3+45+133=181 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.66% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 133 (52.34% from 255 or 73.48% from 181); Max value from RGB is 133 - color contains mainly: blue. Hex color #032D85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032D85 is #FCD27A. Grayscale: #2A2A2A. Windows color (decimal): -16568955 or 8727811. OLE color: 8727811.
HSL color Cylindrical-coordinate representation of color #032D85: hue angle of 220.62º 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 #032D85 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 3 | 45 | 133 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.48 |
| HSL | 220.62º | 0.96% | 0.27% | - |
| HSV(B) | 220.62º | 0.98% | 0.52% | - |
| XYZ | 5.21 | 3.59 | 22.61 | - |
| YUV | 42.47 | 179.09 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 133 | 0.98 | 0.66 | 0 | 0.48 | 220.62 | 0.96 | 0.27 |
| Hex | 3 | 2D | 85 | 62 | 42 | 0 | 30 | DD | 60 | 1B |
| Octal | 3 | 55 | 205 | 142 | 102 | 0 | 60 | 335 | 140 | 33 |
| Binary | 11 | 101101 | 10000101 | 1100010 | 1000010 | 0 | 110000 | 11011101 | 1100000 | 11011 |
Color Harmonies of #032D85
Complementary color
Monochromatic Colors of #032D85
Black with #032D85
Text Example
Text Example
White with #032D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032D85; }
p { color: rgb(3,45,133); }
H1.HeaderClassName
{
color: #032D85;
}
.AnyTagClassName
{
color: #032D85;
}
</style>
background-color css
<style>
a { background-color: #032D85; }
a { background-color: rgb(3,45,133); }
div.DivClassName
{
background-color: #032D85;
}
.BgClassName
{
background-color: #032D85;
}
</style>
border-color css
<style>
span { border-color: #032D85; }
span { border-color: rgb(3,45,133); }
td.TdClassName
{
border-color: #032D85;
}
.TagClassName
{
border-color: #032D85;
}
</style>