Shades of Smalt #023297
Tints of Smalt #023297
RGB
CMYK
RGB Variations
Color information
#023297 (or 0x023297) is known color: Smalt. HEX triplet: 02, 32 and 97. RGB value is (2,50,151). Sum of RGB (Red+Green+Blue) = 2+50+151=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 151 (59.38% from 255 or 74.38% from 203); Max value from RGB is 151 - color contains mainly: blue. Hex color #023297 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023297 is #FDCD68. Grayscale: #2E2E2E. Windows color (decimal): -16633193 or 9908738. OLE color: 9908738.
HSL color Cylindrical-coordinate representation of color #023297: hue angle of 220.67º 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 #023297 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 2 | 50 | 151 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.41 |
| HSL | 220.67º | 0.97% | 0.3% | - |
| HSV(B) | 220.67º | 0.99% | 0.59% | - |
| XYZ | 6.75 | 4.53 | 29.8 | - |
| YUV | 47.16 | 186.6 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 151 | 0.99 | 0.67 | 0 | 0.41 | 220.67 | 0.97 | 0.3 |
| Hex | 2 | 32 | 97 | 63 | 43 | 0 | 29 | DD | 61 | 1E |
| Octal | 2 | 62 | 227 | 143 | 103 | 0 | 51 | 335 | 141 | 36 |
| Binary | 10 | 110010 | 10010111 | 1100011 | 1000011 | 0 | 101001 | 11011101 | 1100001 | 11110 |
Color Harmonies of #023297
Complementary color
Monochromatic Colors of #023297
Black with #023297
Text Example
Text Example
White with #023297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023297; }
p { color: rgb(2,50,151); }
H1.HeaderClassName
{
color: #023297;
}
.AnyTagClassName
{
color: #023297;
}
</style>
background-color css
<style>
a { background-color: #023297; }
a { background-color: rgb(2,50,151); }
div.DivClassName
{
background-color: #023297;
}
.BgClassName
{
background-color: #023297;
}
</style>
border-color css
<style>
span { border-color: #023297; }
span { border-color: rgb(2,50,151); }
td.TdClassName
{
border-color: #023297;
}
.TagClassName
{
border-color: #023297;
}
</style>