Shades of Smalt #023490
Tints of Smalt #023490
RGB
CMYK
RGB Variations
Color information
#023490 (or 0x023490) is known color: Smalt. HEX triplet: 02, 34 and 90. RGB value is (2,52,144). Sum of RGB (Red+Green+Blue) = 2+52+144=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 144 (56.64% from 255 or 72.73% from 198); Max value from RGB is 144 - color contains mainly: blue. Hex color #023490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023490 is #FDCB6F. Grayscale: #2F2F2F. Windows color (decimal): -16632688 or 9450498. OLE color: 9450498.
HSL color Cylindrical-coordinate representation of color #023490: hue angle of 218.87º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023490 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 52 | 144 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.44 |
| HSL | 218.87º | 0.97% | 0.29% | - |
| HSV(B) | 218.87º | 0.99% | 0.56% | - |
| XYZ | 6.29 | 4.48 | 26.92 | - |
| YUV | 47.54 | 182.44 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 52 | 144 | 0.99 | 0.64 | 0 | 0.44 | 218.87 | 0.97 | 0.29 |
| Hex | 2 | 34 | 90 | 63 | 40 | 0 | 2C | DB | 61 | 1D |
| Octal | 2 | 64 | 220 | 143 | 100 | 0 | 54 | 333 | 141 | 35 |
| Binary | 10 | 110100 | 10010000 | 1100011 | 1000000 | 0 | 101100 | 11011011 | 1100001 | 11101 |
Color Harmonies of #023490
Complementary color
Monochromatic Colors of #023490
Black with #023490
Text Example
Text Example
White with #023490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023490; }
p { color: rgb(2,52,144); }
H1.HeaderClassName
{
color: #023490;
}
.AnyTagClassName
{
color: #023490;
}
</style>
background-color css
<style>
a { background-color: #023490; }
a { background-color: rgb(2,52,144); }
div.DivClassName
{
background-color: #023490;
}
.BgClassName
{
background-color: #023490;
}
</style>
border-color css
<style>
span { border-color: #023490; }
span { border-color: rgb(2,52,144); }
td.TdClassName
{
border-color: #023490;
}
.TagClassName
{
border-color: #023490;
}
</style>