Shades of Smalt #024298
Tints of Smalt #024298
RGB
CMYK
RGB Variations
Color information
#024298 (or 0x024298) is known color: Smalt. HEX triplet: 02, 42 and 98. RGB value is (2,66,152). Sum of RGB (Red+Green+Blue) = 2+66+152=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 152 (59.77% from 255 or 69.09% from 220); Max value from RGB is 152 - color contains mainly: blue. Hex color #024298 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024298 is #FDBD67. Grayscale: #383838. Windows color (decimal): -16629096 or 9978370. OLE color: 9978370.
HSL color Cylindrical-coordinate representation of color #024298: hue angle of 214.4º 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 #024298 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 66 | 152 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.40 |
| HSL | 214.4º | 0.97% | 0.3% | - |
| HSV(B) | 214.4º | 0.99% | 0.6% | - |
| XYZ | 7.64 | 6.18 | 30.5 | - |
| YUV | 56.67 | 181.8 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 66 | 152 | 0.99 | 0.57 | 0 | 0.40 | 214.4 | 0.97 | 0.3 |
| Hex | 2 | 42 | 98 | 63 | 39 | 0 | 28 | D6 | 61 | 1E |
| Octal | 2 | 102 | 230 | 143 | 71 | 0 | 50 | 326 | 141 | 36 |
| Binary | 10 | 1000010 | 10011000 | 1100011 | 111001 | 0 | 101000 | 11010110 | 1100001 | 11110 |
Color Harmonies of #024298
Complementary color
Monochromatic Colors of #024298
Black with #024298
Text Example
Text Example
White with #024298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024298; }
p { color: rgb(2,66,152); }
H1.HeaderClassName
{
color: #024298;
}
.AnyTagClassName
{
color: #024298;
}
</style>
background-color css
<style>
a { background-color: #024298; }
a { background-color: rgb(2,66,152); }
div.DivClassName
{
background-color: #024298;
}
.BgClassName
{
background-color: #024298;
}
</style>
border-color css
<style>
span { border-color: #024298; }
span { border-color: rgb(2,66,152); }
td.TdClassName
{
border-color: #024298;
}
.TagClassName
{
border-color: #024298;
}
</style>