Shades of Smalt #023395
Tints of Smalt #023395
RGB
CMYK
RGB Variations
Color information
#023395 (or 0x023395) is known color: Smalt. HEX triplet: 02, 33 and 95. RGB value is (2,51,149). Sum of RGB (Red+Green+Blue) = 2+51+149=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 149 (58.59% from 255 or 73.76% from 202); Max value from RGB is 149 - color contains mainly: blue. Hex color #023395 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023395 is #FDCC6A. Grayscale: #2F2F2F. Windows color (decimal): -16632939 or 9777922. OLE color: 9777922.
HSL color Cylindrical-coordinate representation of color #023395: hue angle of 220º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023395 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 51 | 149 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.42 |
| HSL | 220º | 0.97% | 0.3% | - |
| HSV(B) | 220º | 0.99% | 0.58% | - |
| XYZ | 6.63 | 4.55 | 28.96 | - |
| YUV | 47.52 | 185.27 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 51 | 149 | 0.99 | 0.66 | 0 | 0.42 | 220 | 0.97 | 0.3 |
| Hex | 2 | 33 | 95 | 63 | 42 | 0 | 2A | DC | 61 | 1E |
| Octal | 2 | 63 | 225 | 143 | 102 | 0 | 52 | 334 | 141 | 36 |
| Binary | 10 | 110011 | 10010101 | 1100011 | 1000010 | 0 | 101010 | 11011100 | 1100001 | 11110 |
Color Harmonies of #023395
Complementary color
Monochromatic Colors of #023395
Black with #023395
Text Example
Text Example
White with #023395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023395; }
p { color: rgb(2,51,149); }
H1.HeaderClassName
{
color: #023395;
}
.AnyTagClassName
{
color: #023395;
}
</style>
background-color css
<style>
a { background-color: #023395; }
a { background-color: rgb(2,51,149); }
div.DivClassName
{
background-color: #023395;
}
.BgClassName
{
background-color: #023395;
}
</style>
border-color css
<style>
span { border-color: #023395; }
span { border-color: rgb(2,51,149); }
td.TdClassName
{
border-color: #023395;
}
.TagClassName
{
border-color: #023395;
}
</style>