Shades of Smalt #032A93
Tints of Smalt #032A93
RGB
CMYK
RGB Variations
Color information
#032A93 (or 0x032A93) is known color: Smalt. HEX triplet: 03, 2A and 93. RGB value is (3,42,147). Sum of RGB (Red+Green+Blue) = 3+42+147=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 42 (16.80% from 255 or 21.88% from 192); Blue value is 147 (57.81% from 255 or 76.56% from 192); Max value from RGB is 147 - color contains mainly: blue. Hex color #032A93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032A93 is #FCD56C. Grayscale: #292929. Windows color (decimal): -16569709 or 9644547. OLE color: 9644547.
HSL color Cylindrical-coordinate representation of color #032A93: hue angle of 223.75º 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 #032A93 is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 42 | 147 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.42 |
| HSL | 223.75º | 0.96% | 0.29% | - |
| HSV(B) | 223.75º | 0.98% | 0.58% | - |
| XYZ | 6.13 | 3.78 | 28.01 | - |
| YUV | 42.31 | 187.08 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 147 | 0.98 | 0.71 | 0 | 0.42 | 223.75 | 0.96 | 0.29 |
| Hex | 3 | 2A | 93 | 62 | 47 | 0 | 2A | E0 | 60 | 1D |
| Octal | 3 | 52 | 223 | 142 | 107 | 0 | 52 | 340 | 140 | 35 |
| Binary | 11 | 101010 | 10010011 | 1100010 | 1000111 | 0 | 101010 | 11100000 | 1100000 | 11101 |
Color Harmonies of #032A93
Complementary color
Monochromatic Colors of #032A93
Black with #032A93
Text Example
Text Example
White with #032A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032A93; }
p { color: rgb(3,42,147); }
H1.HeaderClassName
{
color: #032A93;
}
.AnyTagClassName
{
color: #032A93;
}
</style>
background-color css
<style>
a { background-color: #032A93; }
a { background-color: rgb(3,42,147); }
div.DivClassName
{
background-color: #032A93;
}
.BgClassName
{
background-color: #032A93;
}
</style>
border-color css
<style>
span { border-color: #032A93; }
span { border-color: rgb(3,42,147); }
td.TdClassName
{
border-color: #032A93;
}
.TagClassName
{
border-color: #032A93;
}
</style>