Shades of Smalt #032A99
Tints of Smalt #032A99
RGB
CMYK
RGB Variations
Color information
#032A99 (or 0x032A99) is known color: Smalt. HEX triplet: 03, 2A and 99. RGB value is (3,42,153). Sum of RGB (Red+Green+Blue) = 3+42+153=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 42 (16.80% from 255 or 21.21% from 198); Blue value is 153 (60.16% from 255 or 77.27% from 198); Max value from RGB is 153 - color contains mainly: blue. Hex color #032A99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032A99 is #FCD566. Grayscale: #2A2A2A. Windows color (decimal): -16569703 or 10037763. OLE color: 10037763.
HSL color Cylindrical-coordinate representation of color #032A99: hue angle of 224.4º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032A99 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 3 | 42 | 153 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.4 |
| HSL | 224.4º | 0.96% | 0.31% | - |
| HSV(B) | 224.4º | 0.98% | 0.6% | - |
| XYZ | 6.62 | 3.98 | 30.56 | - |
| YUV | 42.99 | 190.08 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 153 | 0.98 | 0.73 | 0 | 0.4 | 224.4 | 0.96 | 0.31 |
| Hex | 3 | 2A | 99 | 62 | 49 | 0 | 28 | E0 | 60 | 1F |
| Octal | 3 | 52 | 231 | 142 | 111 | 0 | 50 | 340 | 140 | 37 |
| Binary | 11 | 101010 | 10011001 | 1100010 | 1001001 | 0 | 101000 | 11100000 | 1100000 | 11111 |
Color Harmonies of #032A99
Complementary color
Monochromatic Colors of #032A99
Black with #032A99
Text Example
Text Example
White with #032A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032A99; }
p { color: rgb(3,42,153); }
H1.HeaderClassName
{
color: #032A99;
}
.AnyTagClassName
{
color: #032A99;
}
</style>
background-color css
<style>
a { background-color: #032A99; }
a { background-color: rgb(3,42,153); }
div.DivClassName
{
background-color: #032A99;
}
.BgClassName
{
background-color: #032A99;
}
</style>
border-color css
<style>
span { border-color: #032A99; }
span { border-color: rgb(3,42,153); }
td.TdClassName
{
border-color: #032A99;
}
.TagClassName
{
border-color: #032A99;
}
</style>