Shades of Smalt #022897
Tints of Smalt #022897
RGB
CMYK
RGB Variations
Color information
#022897 (or 0x022897) is known color: Smalt. HEX triplet: 02, 28 and 97. RGB value is (2,40,151). Sum of RGB (Red+Green+Blue) = 2+40+151=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 151 (59.38% from 255 or 78.24% from 193); Max value from RGB is 151 - color contains mainly: blue. Hex color #022897 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022897 is #FDD768. Grayscale: #282828. Windows color (decimal): -16635753 or 9906178. OLE color: 9906178.
HSL color Cylindrical-coordinate representation of color #022897: hue angle of 224.7º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022897 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 2 | 40 | 151 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.41 |
| HSL | 224.7º | 0.97% | 0.3% | - |
| HSV(B) | 224.7º | 0.99% | 0.59% | - |
| XYZ | 6.37 | 3.76 | 29.67 | - |
| YUV | 41.29 | 189.91 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 40 | 151 | 0.99 | 0.74 | 0 | 0.41 | 224.7 | 0.97 | 0.3 |
| Hex | 2 | 28 | 97 | 63 | 4A | 0 | 29 | E1 | 61 | 1E |
| Octal | 2 | 50 | 227 | 143 | 112 | 0 | 51 | 341 | 141 | 36 |
| Binary | 10 | 101000 | 10010111 | 1100011 | 1001010 | 0 | 101001 | 11100001 | 1100001 | 11110 |
Color Harmonies of #022897
Complementary color
Monochromatic Colors of #022897
Black with #022897
Text Example
Text Example
White with #022897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022897; }
p { color: rgb(2,40,151); }
H1.HeaderClassName
{
color: #022897;
}
.AnyTagClassName
{
color: #022897;
}
</style>
background-color css
<style>
a { background-color: #022897; }
a { background-color: rgb(2,40,151); }
div.DivClassName
{
background-color: #022897;
}
.BgClassName
{
background-color: #022897;
}
</style>
border-color css
<style>
span { border-color: #022897; }
span { border-color: rgb(2,40,151); }
td.TdClassName
{
border-color: #022897;
}
.TagClassName
{
border-color: #022897;
}
</style>