Shades of Smalt #022888
Tints of Smalt #022888
RGB
CMYK
RGB Variations
Color information
#022888 (or 0x022888) is known color: Smalt. HEX triplet: 02, 28 and 88. RGB value is (2,40,136). Sum of RGB (Red+Green+Blue) = 2+40+136=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 136 (53.52% from 255 or 76.40% from 178); Max value from RGB is 136 - color contains mainly: blue. Hex color #022888 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022888 is #FDD777. Grayscale: #272727. Windows color (decimal): -16635768 or 8923138. OLE color: 8923138.
HSL color Cylindrical-coordinate representation of color #022888: hue angle of 222.99º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022888 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 40 | 136 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.47 |
| HSL | 222.99º | 0.97% | 0.27% | - |
| HSV(B) | 222.99º | 0.99% | 0.53% | - |
| XYZ | 5.23 | 3.31 | 23.66 | - |
| YUV | 39.58 | 182.41 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 40 | 136 | 0.99 | 0.71 | 0 | 0.47 | 222.99 | 0.97 | 0.27 |
| Hex | 2 | 28 | 88 | 63 | 47 | 0 | 2F | DF | 61 | 1B |
| Octal | 2 | 50 | 210 | 143 | 107 | 0 | 57 | 337 | 141 | 33 |
| Binary | 10 | 101000 | 10001000 | 1100011 | 1000111 | 0 | 101111 | 11011111 | 1100001 | 11011 |
Color Harmonies of #022888
Complementary color
Monochromatic Colors of #022888
Black with #022888
Text Example
Text Example
White with #022888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022888; }
p { color: rgb(2,40,136); }
H1.HeaderClassName
{
color: #022888;
}
.AnyTagClassName
{
color: #022888;
}
</style>
background-color css
<style>
a { background-color: #022888; }
a { background-color: rgb(2,40,136); }
div.DivClassName
{
background-color: #022888;
}
.BgClassName
{
background-color: #022888;
}
</style>
border-color css
<style>
span { border-color: #022888; }
span { border-color: rgb(2,40,136); }
td.TdClassName
{
border-color: #022888;
}
.TagClassName
{
border-color: #022888;
}
</style>