Shades of Smalt #032C93
Tints of Smalt #032C93
RGB
CMYK
RGB Variations
Color information
#032C93 (or 0x032C93) is known color: Smalt. HEX triplet: 03, 2C and 93. RGB value is (3,44,147). Sum of RGB (Red+Green+Blue) = 3+44+147=194 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 147 (57.81% from 255 or 75.77% from 194); Max value from RGB is 147 - color contains mainly: blue. Hex color #032C93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032C93 is #FCD36C. Grayscale: #2B2B2B. Windows color (decimal): -16569197 or 9645059. OLE color: 9645059.
HSL color Cylindrical-coordinate representation of color #032C93: hue angle of 222.92º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032C93 is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 44 | 147 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.42 |
| HSL | 222.92º | 0.96% | 0.29% | - |
| HSV(B) | 222.92º | 0.98% | 0.58% | - |
| XYZ | 6.2 | 3.93 | 28.03 | - |
| YUV | 43.48 | 186.42 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 147 | 0.98 | 0.70 | 0 | 0.42 | 222.92 | 0.96 | 0.29 |
| Hex | 3 | 2C | 93 | 62 | 46 | 0 | 2A | DF | 60 | 1D |
| Octal | 3 | 54 | 223 | 142 | 106 | 0 | 52 | 337 | 140 | 35 |
| Binary | 11 | 101100 | 10010011 | 1100010 | 1000110 | 0 | 101010 | 11011111 | 1100000 | 11101 |
Color Harmonies of #032C93
Complementary color
Monochromatic Colors of #032C93
Black with #032C93
Text Example
Text Example
White with #032C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032C93; }
p { color: rgb(3,44,147); }
H1.HeaderClassName
{
color: #032C93;
}
.AnyTagClassName
{
color: #032C93;
}
</style>
background-color css
<style>
a { background-color: #032C93; }
a { background-color: rgb(3,44,147); }
div.DivClassName
{
background-color: #032C93;
}
.BgClassName
{
background-color: #032C93;
}
</style>
border-color css
<style>
span { border-color: #032C93; }
span { border-color: rgb(3,44,147); }
td.TdClassName
{
border-color: #032C93;
}
.TagClassName
{
border-color: #032C93;
}
</style>