Shades of Smalt #032C96
Tints of Smalt #032C96
RGB
CMYK
RGB Variations
Color information
#032C96 (or 0x032C96) is known color: Smalt. HEX triplet: 03, 2C and 96. RGB value is (3,44,150). Sum of RGB (Red+Green+Blue) = 3+44+150=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 150 (58.98% from 255 or 76.14% from 197); Max value from RGB is 150 - color contains mainly: blue. Hex color #032C96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032C96 is #FCD369. Grayscale: #2B2B2B. Windows color (decimal): -16569194 or 9841667. OLE color: 9841667.
HSL color Cylindrical-coordinate representation of color #032C96: hue angle of 223.27º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032C96 is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 3 | 44 | 150 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.41 |
| HSL | 223.27º | 0.96% | 0.3% | - |
| HSV(B) | 223.27º | 0.98% | 0.59% | - |
| XYZ | 6.44 | 4.02 | 29.29 | - |
| YUV | 43.83 | 187.92 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 150 | 0.98 | 0.71 | 0 | 0.41 | 223.27 | 0.96 | 0.3 |
| Hex | 3 | 2C | 96 | 62 | 47 | 0 | 29 | DF | 60 | 1E |
| Octal | 3 | 54 | 226 | 142 | 107 | 0 | 51 | 337 | 140 | 36 |
| Binary | 11 | 101100 | 10010110 | 1100010 | 1000111 | 0 | 101001 | 11011111 | 1100000 | 11110 |
Color Harmonies of #032C96
Complementary color
Monochromatic Colors of #032C96
Black with #032C96
Text Example
Text Example
White with #032C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032C96; }
p { color: rgb(3,44,150); }
H1.HeaderClassName
{
color: #032C96;
}
.AnyTagClassName
{
color: #032C96;
}
</style>
background-color css
<style>
a { background-color: #032C96; }
a { background-color: rgb(3,44,150); }
div.DivClassName
{
background-color: #032C96;
}
.BgClassName
{
background-color: #032C96;
}
</style>
border-color css
<style>
span { border-color: #032C96; }
span { border-color: rgb(3,44,150); }
td.TdClassName
{
border-color: #032C96;
}
.TagClassName
{
border-color: #032C96;
}
</style>