Shades of Smalt #032A83
Tints of Smalt #032A83
RGB
CMYK
RGB Variations
Color information
#032A83 (or 0x032A83) is known color: Smalt. HEX triplet: 03, 2A and 83. RGB value is (3,42,131). Sum of RGB (Red+Green+Blue) = 3+42+131=176 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.70% from 176); Green value is 42 (16.80% from 255 or 23.86% from 176); Blue value is 131 (51.56% from 255 or 74.43% from 176); Max value from RGB is 131 - color contains mainly: blue. Hex color #032A83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032A83 is #FCD57C. Grayscale: #282828. Windows color (decimal): -16569725 or 8595971. OLE color: 8595971.
HSL color Cylindrical-coordinate representation of color #032A83: hue angle of 221.72º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032A83 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 42 | 131 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.49 |
| HSL | 221.72º | 0.96% | 0.26% | - |
| HSV(B) | 221.72º | 0.98% | 0.51% | - |
| XYZ | 4.96 | 3.31 | 21.85 | - |
| YUV | 40.49 | 179.08 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 131 | 0.98 | 0.68 | 0 | 0.49 | 221.72 | 0.96 | 0.26 |
| Hex | 3 | 2A | 83 | 62 | 44 | 0 | 31 | DE | 60 | 1A |
| Octal | 3 | 52 | 203 | 142 | 104 | 0 | 61 | 336 | 140 | 32 |
| Binary | 11 | 101010 | 10000011 | 1100010 | 1000100 | 0 | 110001 | 11011110 | 1100000 | 11010 |
Color Harmonies of #032A83
Complementary color
Monochromatic Colors of #032A83
Black with #032A83
Text Example
Text Example
White with #032A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032A83; }
p { color: rgb(3,42,131); }
H1.HeaderClassName
{
color: #032A83;
}
.AnyTagClassName
{
color: #032A83;
}
</style>
background-color css
<style>
a { background-color: #032A83; }
a { background-color: rgb(3,42,131); }
div.DivClassName
{
background-color: #032A83;
}
.BgClassName
{
background-color: #032A83;
}
</style>
border-color css
<style>
span { border-color: #032A83; }
span { border-color: rgb(3,42,131); }
td.TdClassName
{
border-color: #032A83;
}
.TagClassName
{
border-color: #032A83;
}
</style>