Shades of Smalt #022298
Tints of Smalt #022298
RGB
CMYK
RGB Variations
Color information
#022298 (or 0x022298) is known color: Smalt. HEX triplet: 02, 22 and 98. RGB value is (2,34,152). Sum of RGB (Red+Green+Blue) = 2+34+152=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 152 (59.77% from 255 or 80.85% from 188); Max value from RGB is 152 - color contains mainly: blue. Hex color #022298 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022298 is #FDDD67. Grayscale: #252525. Windows color (decimal): -16637288 or 9970178. OLE color: 9970178.
HSL color Cylindrical-coordinate representation of color #022298: hue angle of 227.2º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022298 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 34 | 152 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.40 |
| HSL | 227.2º | 0.97% | 0.3% | - |
| HSV(B) | 227.2º | 0.99% | 0.6% | - |
| XYZ | 6.26 | 3.42 | 30.04 | - |
| YUV | 37.88 | 192.4 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 34 | 152 | 0.99 | 0.78 | 0 | 0.40 | 227.2 | 0.97 | 0.3 |
| Hex | 2 | 22 | 98 | 63 | 4E | 0 | 28 | E3 | 61 | 1E |
| Octal | 2 | 42 | 230 | 143 | 116 | 0 | 50 | 343 | 141 | 36 |
| Binary | 10 | 100010 | 10011000 | 1100011 | 1001110 | 0 | 101000 | 11100011 | 1100001 | 11110 |
Color Harmonies of #022298
Complementary color
Monochromatic Colors of #022298
Black with #022298
Text Example
Text Example
White with #022298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022298; }
p { color: rgb(2,34,152); }
H1.HeaderClassName
{
color: #022298;
}
.AnyTagClassName
{
color: #022298;
}
</style>
background-color css
<style>
a { background-color: #022298; }
a { background-color: rgb(2,34,152); }
div.DivClassName
{
background-color: #022298;
}
.BgClassName
{
background-color: #022298;
}
</style>
border-color css
<style>
span { border-color: #022298; }
span { border-color: rgb(2,34,152); }
td.TdClassName
{
border-color: #022298;
}
.TagClassName
{
border-color: #022298;
}
</style>