Shades of Smalt #023888
Tints of Smalt #023888
RGB
CMYK
RGB Variations
Color information
#023888 (or 0x023888) is known color: Smalt. HEX triplet: 02, 38 and 88. RGB value is (2,56,136). Sum of RGB (Red+Green+Blue) = 2+56+136=194 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 136 (53.52% from 255 or 70.10% from 194); Max value from RGB is 136 - color contains mainly: blue. Hex color #023888 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023888 is #FDC777. Grayscale: #303030. Windows color (decimal): -16631672 or 8927234. OLE color: 8927234.
HSL color Cylindrical-coordinate representation of color #023888: hue angle of 215.82º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023888 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 56 | 136 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.47 |
| HSL | 215.82º | 0.97% | 0.27% | - |
| HSV(B) | 215.82º | 0.99% | 0.53% | - |
| XYZ | 5.88 | 4.62 | 23.87 | - |
| YUV | 48.97 | 177.11 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 56 | 136 | 0.99 | 0.59 | 0 | 0.47 | 215.82 | 0.97 | 0.27 |
| Hex | 2 | 38 | 88 | 63 | 3B | 0 | 2F | D8 | 61 | 1B |
| Octal | 2 | 70 | 210 | 143 | 73 | 0 | 57 | 330 | 141 | 33 |
| Binary | 10 | 111000 | 10001000 | 1100011 | 111011 | 0 | 101111 | 11011000 | 1100001 | 11011 |
Color Harmonies of #023888
Complementary color
Monochromatic Colors of #023888
Black with #023888
Text Example
Text Example
White with #023888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023888; }
p { color: rgb(2,56,136); }
H1.HeaderClassName
{
color: #023888;
}
.AnyTagClassName
{
color: #023888;
}
</style>
background-color css
<style>
a { background-color: #023888; }
a { background-color: rgb(2,56,136); }
div.DivClassName
{
background-color: #023888;
}
.BgClassName
{
background-color: #023888;
}
</style>
border-color css
<style>
span { border-color: #023888; }
span { border-color: rgb(2,56,136); }
td.TdClassName
{
border-color: #023888;
}
.TagClassName
{
border-color: #023888;
}
</style>