Shades of Smalt #032A94
Tints of Smalt #032A94
RGB
CMYK
RGB Variations
Color information
#032A94 (or 0x032A94) is known color: Smalt. HEX triplet: 03, 2A and 94. RGB value is (3,42,148). Sum of RGB (Red+Green+Blue) = 3+42+148=193 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 193); Green value is 42 (16.80% from 255 or 21.76% from 193); Blue value is 148 (58.20% from 255 or 76.68% from 193); Max value from RGB is 148 - color contains mainly: blue. Hex color #032A94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032A94 is #FCD56B. Grayscale: #292929. Windows color (decimal): -16569708 or 9710083. OLE color: 9710083.
HSL color Cylindrical-coordinate representation of color #032A94: hue angle of 223.86º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032A94 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 42 | 148 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.42 |
| HSL | 223.86º | 0.96% | 0.3% | - |
| HSV(B) | 223.86º | 0.98% | 0.58% | - |
| XYZ | 6.21 | 3.81 | 28.43 | - |
| YUV | 42.42 | 187.58 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 148 | 0.98 | 0.72 | 0 | 0.42 | 223.86 | 0.96 | 0.3 |
| Hex | 3 | 2A | 94 | 62 | 48 | 0 | 2A | E0 | 60 | 1E |
| Octal | 3 | 52 | 224 | 142 | 110 | 0 | 52 | 340 | 140 | 36 |
| Binary | 11 | 101010 | 10010100 | 1100010 | 1001000 | 0 | 101010 | 11100000 | 1100000 | 11110 |
Color Harmonies of #032A94
Complementary color
Monochromatic Colors of #032A94
Black with #032A94
Text Example
Text Example
White with #032A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032A94; }
p { color: rgb(3,42,148); }
H1.HeaderClassName
{
color: #032A94;
}
.AnyTagClassName
{
color: #032A94;
}
</style>
background-color css
<style>
a { background-color: #032A94; }
a { background-color: rgb(3,42,148); }
div.DivClassName
{
background-color: #032A94;
}
.BgClassName
{
background-color: #032A94;
}
</style>
border-color css
<style>
span { border-color: #032A94; }
span { border-color: rgb(3,42,148); }
td.TdClassName
{
border-color: #032A94;
}
.TagClassName
{
border-color: #032A94;
}
</style>