Shades of Smalt #032A8D
Tints of Smalt #032A8D
RGB
CMYK
RGB Variations
Color information
#032A8D (or 0x032A8D) is known color: Smalt. HEX triplet: 03, 2A and 8D. RGB value is (3,42,141). Sum of RGB (Red+Green+Blue) = 3+42+141=186 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.61% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 141 (55.47% from 255 or 75.81% from 186); Max value from RGB is 141 - color contains mainly: blue. Hex color #032A8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032A8D is #FCD572. Grayscale: #292929. Windows color (decimal): -16569715 or 9251331. OLE color: 9251331.
HSL color Cylindrical-coordinate representation of color #032A8D: hue angle of 223.04º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032A8D is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 42 | 141 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.45 |
| HSL | 223.04º | 0.96% | 0.28% | - |
| HSV(B) | 223.04º | 0.98% | 0.55% | - |
| XYZ | 5.67 | 3.6 | 25.59 | - |
| YUV | 41.63 | 184.08 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 141 | 0.98 | 0.70 | 0 | 0.45 | 223.04 | 0.96 | 0.28 |
| Hex | 3 | 2A | 8D | 62 | 46 | 0 | 2D | DF | 60 | 1C |
| Octal | 3 | 52 | 215 | 142 | 106 | 0 | 55 | 337 | 140 | 34 |
| Binary | 11 | 101010 | 10001101 | 1100010 | 1000110 | 0 | 101101 | 11011111 | 1100000 | 11100 |
Color Harmonies of #032A8D
Complementary color
Monochromatic Colors of #032A8D
Black with #032A8D
Text Example
Text Example
White with #032A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032A8D; }
p { color: rgb(3,42,141); }
H1.HeaderClassName
{
color: #032A8D;
}
.AnyTagClassName
{
color: #032A8D;
}
</style>
background-color css
<style>
a { background-color: #032A8D; }
a { background-color: rgb(3,42,141); }
div.DivClassName
{
background-color: #032A8D;
}
.BgClassName
{
background-color: #032A8D;
}
</style>
border-color css
<style>
span { border-color: #032A8D; }
span { border-color: rgb(3,42,141); }
td.TdClassName
{
border-color: #032A8D;
}
.TagClassName
{
border-color: #032A8D;
}
</style>