Shades of Smalt #032A88
Tints of Smalt #032A88
RGB
CMYK
RGB Variations
Color information
#032A88 (or 0x032A88) is known color: Smalt. HEX triplet: 03, 2A and 88. RGB value is (3,42,136). Sum of RGB (Red+Green+Blue) = 3+42+136=181 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.66% from 181); Green value is 42 (16.80% from 255 or 23.20% from 181); Blue value is 136 (53.52% from 255 or 75.14% from 181); Max value from RGB is 136 - color contains mainly: blue. Hex color #032A88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032A88 is #FCD577. Grayscale: #282828. Windows color (decimal): -16569720 or 8923651. OLE color: 8923651.
HSL color Cylindrical-coordinate representation of color #032A88: hue angle of 222.41º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032A88 is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 42 | 136 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.47 |
| HSL | 222.41º | 0.96% | 0.27% | - |
| HSV(B) | 222.41º | 0.98% | 0.53% | - |
| XYZ | 5.31 | 3.45 | 23.68 | - |
| YUV | 41.06 | 181.58 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 136 | 0.98 | 0.69 | 0 | 0.47 | 222.41 | 0.96 | 0.27 |
| Hex | 3 | 2A | 88 | 62 | 45 | 0 | 2F | DE | 60 | 1B |
| Octal | 3 | 52 | 210 | 142 | 105 | 0 | 57 | 336 | 140 | 33 |
| Binary | 11 | 101010 | 10001000 | 1100010 | 1000101 | 0 | 101111 | 11011110 | 1100000 | 11011 |
Color Harmonies of #032A88
Complementary color
Monochromatic Colors of #032A88
Black with #032A88
Text Example
Text Example
White with #032A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032A88; }
p { color: rgb(3,42,136); }
H1.HeaderClassName
{
color: #032A88;
}
.AnyTagClassName
{
color: #032A88;
}
</style>
background-color css
<style>
a { background-color: #032A88; }
a { background-color: rgb(3,42,136); }
div.DivClassName
{
background-color: #032A88;
}
.BgClassName
{
background-color: #032A88;
}
</style>
border-color css
<style>
span { border-color: #032A88; }
span { border-color: rgb(3,42,136); }
td.TdClassName
{
border-color: #032A88;
}
.TagClassName
{
border-color: #032A88;
}
</style>