Shades of Smalt #032C85
Tints of Smalt #032C85
RGB
CMYK
RGB Variations
Color information
#032C85 (or 0x032C85) is known color: Smalt. HEX triplet: 03, 2C and 85. RGB value is (3,44,133). Sum of RGB (Red+Green+Blue) = 3+44+133=180 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.67% from 180); Green value is 44 (17.58% from 255 or 24.44% from 180); Blue value is 133 (52.34% from 255 or 73.89% from 180); Max value from RGB is 133 - color contains mainly: blue. Hex color #032C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032C85 is #FCD37A. Grayscale: #292929. Windows color (decimal): -16569211 or 8727555. OLE color: 8727555.
HSL color Cylindrical-coordinate representation of color #032C85: hue angle of 221.08º 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 #032C85 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 3 | 44 | 133 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.48 |
| HSL | 221.08º | 0.96% | 0.27% | - |
| HSV(B) | 221.08º | 0.98% | 0.52% | - |
| XYZ | 5.17 | 3.51 | 22.6 | - |
| YUV | 41.89 | 179.42 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 133 | 0.98 | 0.67 | 0 | 0.48 | 221.08 | 0.96 | 0.27 |
| Hex | 3 | 2C | 85 | 62 | 43 | 0 | 30 | DD | 60 | 1B |
| Octal | 3 | 54 | 205 | 142 | 103 | 0 | 60 | 335 | 140 | 33 |
| Binary | 11 | 101100 | 10000101 | 1100010 | 1000011 | 0 | 110000 | 11011101 | 1100000 | 11011 |
Color Harmonies of #032C85
Complementary color
Monochromatic Colors of #032C85
Black with #032C85
Text Example
Text Example
White with #032C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032C85; }
p { color: rgb(3,44,133); }
H1.HeaderClassName
{
color: #032C85;
}
.AnyTagClassName
{
color: #032C85;
}
</style>
background-color css
<style>
a { background-color: #032C85; }
a { background-color: rgb(3,44,133); }
div.DivClassName
{
background-color: #032C85;
}
.BgClassName
{
background-color: #032C85;
}
</style>
border-color css
<style>
span { border-color: #032C85; }
span { border-color: rgb(3,44,133); }
td.TdClassName
{
border-color: #032C85;
}
.TagClassName
{
border-color: #032C85;
}
</style>