Shades of Smalt #032882
Tints of Smalt #032882
RGB
CMYK
RGB Variations
Color information
#032882 (or 0x032882) is known color: Smalt. HEX triplet: 03, 28 and 82. RGB value is (3,40,130). Sum of RGB (Red+Green+Blue) = 3+40+130=173 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.73% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 130 (51.17% from 255 or 75.14% from 173); Max value from RGB is 130 - color contains mainly: blue. Hex color #032882 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032882 is #FCD77D. Grayscale: #262626. Windows color (decimal): -16570238 or 8529923. OLE color: 8529923.
HSL color Cylindrical-coordinate representation of color #032882: hue angle of 222.52º degrees, saturation: 0.95, 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 #032882 is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 40 | 130 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.49 |
| HSL | 222.52º | 0.95% | 0.26% | - |
| HSV(B) | 222.52º | 0.98% | 0.51% | - |
| XYZ | 4.83 | 3.15 | 21.47 | - |
| YUV | 39.2 | 179.24 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 40 | 130 | 0.98 | 0.69 | 0 | 0.49 | 222.52 | 0.95 | 0.26 |
| Hex | 3 | 28 | 82 | 62 | 45 | 0 | 31 | DF | 5F | 1A |
| Octal | 3 | 50 | 202 | 142 | 105 | 0 | 61 | 337 | 137 | 32 |
| Binary | 11 | 101000 | 10000010 | 1100010 | 1000101 | 0 | 110001 | 11011111 | 1011111 | 11010 |
Color Harmonies of #032882
Complementary color
Monochromatic Colors of #032882
Black with #032882
Text Example
Text Example
White with #032882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032882; }
p { color: rgb(3,40,130); }
H1.HeaderClassName
{
color: #032882;
}
.AnyTagClassName
{
color: #032882;
}
</style>
background-color css
<style>
a { background-color: #032882; }
a { background-color: rgb(3,40,130); }
div.DivClassName
{
background-color: #032882;
}
.BgClassName
{
background-color: #032882;
}
</style>
border-color css
<style>
span { border-color: #032882; }
span { border-color: rgb(3,40,130); }
td.TdClassName
{
border-color: #032882;
}
.TagClassName
{
border-color: #032882;
}
</style>