Shades of Smalt #022584
Tints of Smalt #022584
RGB
CMYK
RGB Variations
Color information
#022584 (or 0x022584) is known color: Smalt. HEX triplet: 02, 25 and 84. RGB value is (2,37,132). Sum of RGB (Red+Green+Blue) = 2+37+132=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 132 (51.95% from 255 or 77.19% from 171); Max value from RGB is 132 - color contains mainly: blue. Hex color #022584 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022584 is #FDDA7B. Grayscale: #242424. Windows color (decimal): -16636540 or 8660226. OLE color: 8660226.
HSL color Cylindrical-coordinate representation of color #022584: hue angle of 223.85º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022584 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 2 | 37 | 132 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.48 |
| HSL | 223.85º | 0.97% | 0.26% | - |
| HSV(B) | 223.85º | 0.98% | 0.52% | - |
| XYZ | 4.85 | 3 | 22.15 | - |
| YUV | 37.37 | 181.4 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 37 | 132 | 0.98 | 0.72 | 0 | 0.48 | 223.85 | 0.97 | 0.26 |
| Hex | 2 | 25 | 84 | 62 | 48 | 0 | 30 | E0 | 61 | 1A |
| Octal | 2 | 45 | 204 | 142 | 110 | 0 | 60 | 340 | 141 | 32 |
| Binary | 10 | 100101 | 10000100 | 1100010 | 1001000 | 0 | 110000 | 11100000 | 1100001 | 11010 |
Color Harmonies of #022584
Complementary color
Monochromatic Colors of #022584
Black with #022584
Text Example
Text Example
White with #022584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022584; }
p { color: rgb(2,37,132); }
H1.HeaderClassName
{
color: #022584;
}
.AnyTagClassName
{
color: #022584;
}
</style>
background-color css
<style>
a { background-color: #022584; }
a { background-color: rgb(2,37,132); }
div.DivClassName
{
background-color: #022584;
}
.BgClassName
{
background-color: #022584;
}
</style>
border-color css
<style>
span { border-color: #022584; }
span { border-color: rgb(2,37,132); }
td.TdClassName
{
border-color: #022584;
}
.TagClassName
{
border-color: #022584;
}
</style>