Shades of Smalt #023C98
Tints of Smalt #023C98
RGB
CMYK
RGB Variations
Color information
#023C98 (or 0x023C98) is known color: Smalt. HEX triplet: 02, 3C and 98. RGB value is (2,60,152). Sum of RGB (Red+Green+Blue) = 2+60+152=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 152 (59.77% from 255 or 71.03% from 214); Max value from RGB is 152 - color contains mainly: blue. Hex color #023C98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023C98 is #FDC367. Grayscale: #343434. Windows color (decimal): -16630632 or 9976834. OLE color: 9976834.
HSL color Cylindrical-coordinate representation of color #023C98: hue angle of 216.8º 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 #023C98 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 60 | 152 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.40 |
| HSL | 216.8º | 0.97% | 0.3% | - |
| HSV(B) | 216.8º | 0.99% | 0.6% | - |
| XYZ | 7.31 | 5.51 | 30.38 | - |
| YUV | 53.15 | 183.78 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 152 | 0.99 | 0.61 | 0 | 0.40 | 216.8 | 0.97 | 0.3 |
| Hex | 2 | 3C | 98 | 63 | 3D | 0 | 28 | D9 | 61 | 1E |
| Octal | 2 | 74 | 230 | 143 | 75 | 0 | 50 | 331 | 141 | 36 |
| Binary | 10 | 111100 | 10011000 | 1100011 | 111101 | 0 | 101000 | 11011001 | 1100001 | 11110 |
Color Harmonies of #023C98
Complementary color
Monochromatic Colors of #023C98
Black with #023C98
Text Example
Text Example
White with #023C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023C98; }
p { color: rgb(2,60,152); }
H1.HeaderClassName
{
color: #023C98;
}
.AnyTagClassName
{
color: #023C98;
}
</style>
background-color css
<style>
a { background-color: #023C98; }
a { background-color: rgb(2,60,152); }
div.DivClassName
{
background-color: #023C98;
}
.BgClassName
{
background-color: #023C98;
}
</style>
border-color css
<style>
span { border-color: #023C98; }
span { border-color: rgb(2,60,152); }
td.TdClassName
{
border-color: #023C98;
}
.TagClassName
{
border-color: #023C98;
}
</style>