Shades of Smalt #023396
Tints of Smalt #023396
RGB
CMYK
RGB Variations
Color information
#023396 (or 0x023396) is known color: Smalt. HEX triplet: 02, 33 and 96. RGB value is (2,51,150). Sum of RGB (Red+Green+Blue) = 2+51+150=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 150 (58.98% from 255 or 73.89% from 203); Max value from RGB is 150 - color contains mainly: blue. Hex color #023396 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023396 is #FDCC69. Grayscale: #2F2F2F. Windows color (decimal): -16632938 or 9843458. OLE color: 9843458.
HSL color Cylindrical-coordinate representation of color #023396: hue angle of 220.14º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023396 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 2 | 51 | 150 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.41 |
| HSL | 220.14º | 0.97% | 0.3% | - |
| HSV(B) | 220.14º | 0.99% | 0.59% | - |
| XYZ | 6.71 | 4.58 | 29.38 | - |
| YUV | 47.64 | 185.77 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 51 | 150 | 0.99 | 0.66 | 0 | 0.41 | 220.14 | 0.97 | 0.3 |
| Hex | 2 | 33 | 96 | 63 | 42 | 0 | 29 | DC | 61 | 1E |
| Octal | 2 | 63 | 226 | 143 | 102 | 0 | 51 | 334 | 141 | 36 |
| Binary | 10 | 110011 | 10010110 | 1100011 | 1000010 | 0 | 101001 | 11011100 | 1100001 | 11110 |
Color Harmonies of #023396
Complementary color
Monochromatic Colors of #023396
Black with #023396
Text Example
Text Example
White with #023396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023396; }
p { color: rgb(2,51,150); }
H1.HeaderClassName
{
color: #023396;
}
.AnyTagClassName
{
color: #023396;
}
</style>
background-color css
<style>
a { background-color: #023396; }
a { background-color: rgb(2,51,150); }
div.DivClassName
{
background-color: #023396;
}
.BgClassName
{
background-color: #023396;
}
</style>
border-color css
<style>
span { border-color: #023396; }
span { border-color: rgb(2,51,150); }
td.TdClassName
{
border-color: #023396;
}
.TagClassName
{
border-color: #023396;
}
</style>