Shades of Smalt #032C8D
Tints of Smalt #032C8D
RGB
CMYK
RGB Variations
Color information
#032C8D (or 0x032C8D) is known color: Smalt. HEX triplet: 03, 2C and 8D. RGB value is (3,44,141). Sum of RGB (Red+Green+Blue) = 3+44+141=188 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 141 (55.47% from 255 or 75% from 188); Max value from RGB is 141 - color contains mainly: blue. Hex color #032C8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032C8D is #FCD372. Grayscale: #2A2A2A. Windows color (decimal): -16569203 or 9251843. OLE color: 9251843.
HSL color Cylindrical-coordinate representation of color #032C8D: hue angle of 222.17º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032C8D is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 44 | 141 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.45 |
| HSL | 222.17º | 0.96% | 0.28% | - |
| HSV(B) | 222.17º | 0.98% | 0.55% | - |
| XYZ | 5.75 | 3.74 | 25.62 | - |
| YUV | 42.8 | 183.42 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 141 | 0.98 | 0.69 | 0 | 0.45 | 222.17 | 0.96 | 0.28 |
| Hex | 3 | 2C | 8D | 62 | 45 | 0 | 2D | DE | 60 | 1C |
| Octal | 3 | 54 | 215 | 142 | 105 | 0 | 55 | 336 | 140 | 34 |
| Binary | 11 | 101100 | 10001101 | 1100010 | 1000101 | 0 | 101101 | 11011110 | 1100000 | 11100 |
Color Harmonies of #032C8D
Complementary color
Monochromatic Colors of #032C8D
Black with #032C8D
Text Example
Text Example
White with #032C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032C8D; }
p { color: rgb(3,44,141); }
H1.HeaderClassName
{
color: #032C8D;
}
.AnyTagClassName
{
color: #032C8D;
}
</style>
background-color css
<style>
a { background-color: #032C8D; }
a { background-color: rgb(3,44,141); }
div.DivClassName
{
background-color: #032C8D;
}
.BgClassName
{
background-color: #032C8D;
}
</style>
border-color css
<style>
span { border-color: #032C8D; }
span { border-color: rgb(3,44,141); }
td.TdClassName
{
border-color: #032C8D;
}
.TagClassName
{
border-color: #032C8D;
}
</style>