Shades of Smalt #023C90
Tints of Smalt #023C90
RGB
CMYK
RGB Variations
Color information
#023C90 (or 0x023C90) is known color: Smalt. HEX triplet: 02, 3C and 90. RGB value is (2,60,144). Sum of RGB (Red+Green+Blue) = 2+60+144=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 144 (56.64% from 255 or 69.90% from 206); Max value from RGB is 144 - color contains mainly: blue. Hex color #023C90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023C90 is #FDC36F. Grayscale: #333333. Windows color (decimal): -16630640 or 9452546. OLE color: 9452546.
HSL color Cylindrical-coordinate representation of color #023C90: hue angle of 215.49º 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 #023C90 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 60 | 144 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.44 |
| HSL | 215.49º | 0.97% | 0.29% | - |
| HSV(B) | 215.49º | 0.99% | 0.56% | - |
| XYZ | 6.67 | 5.26 | 27.05 | - |
| YUV | 52.23 | 179.78 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 144 | 0.99 | 0.58 | 0 | 0.44 | 215.49 | 0.97 | 0.29 |
| Hex | 2 | 3C | 90 | 63 | 3A | 0 | 2C | D7 | 61 | 1D |
| Octal | 2 | 74 | 220 | 143 | 72 | 0 | 54 | 327 | 141 | 35 |
| Binary | 10 | 111100 | 10010000 | 1100011 | 111010 | 0 | 101100 | 11010111 | 1100001 | 11101 |
Color Harmonies of #023C90
Complementary color
Monochromatic Colors of #023C90
Black with #023C90
Text Example
Text Example
White with #023C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023C90; }
p { color: rgb(2,60,144); }
H1.HeaderClassName
{
color: #023C90;
}
.AnyTagClassName
{
color: #023C90;
}
</style>
background-color css
<style>
a { background-color: #023C90; }
a { background-color: rgb(2,60,144); }
div.DivClassName
{
background-color: #023C90;
}
.BgClassName
{
background-color: #023C90;
}
</style>
border-color css
<style>
span { border-color: #023C90; }
span { border-color: rgb(2,60,144); }
td.TdClassName
{
border-color: #023C90;
}
.TagClassName
{
border-color: #023C90;
}
</style>