Shades of Smalt #023288
Tints of Smalt #023288
RGB
CMYK
RGB Variations
Color information
#023288 (or 0x023288) is known color: Smalt. HEX triplet: 02, 32 and 88. RGB value is (2,50,136). Sum of RGB (Red+Green+Blue) = 2+50+136=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 136 (53.52% from 255 or 72.34% from 188); Max value from RGB is 136 - color contains mainly: blue. Hex color #023288 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023288 is #FDCD77. Grayscale: #2D2D2D. Windows color (decimal): -16633208 or 8925698. OLE color: 8925698.
HSL color Cylindrical-coordinate representation of color #023288: hue angle of 218.51º 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 #023288 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 50 | 136 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.47 |
| HSL | 218.51º | 0.97% | 0.27% | - |
| HSV(B) | 218.51º | 0.99% | 0.53% | - |
| XYZ | 5.61 | 4.07 | 23.78 | - |
| YUV | 45.45 | 179.1 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 136 | 0.99 | 0.63 | 0 | 0.47 | 218.51 | 0.97 | 0.27 |
| Hex | 2 | 32 | 88 | 63 | 3F | 0 | 2F | DB | 61 | 1B |
| Octal | 2 | 62 | 210 | 143 | 77 | 0 | 57 | 333 | 141 | 33 |
| Binary | 10 | 110010 | 10001000 | 1100011 | 111111 | 0 | 101111 | 11011011 | 1100001 | 11011 |
Color Harmonies of #023288
Complementary color
Monochromatic Colors of #023288
Black with #023288
Text Example
Text Example
White with #023288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023288; }
p { color: rgb(2,50,136); }
H1.HeaderClassName
{
color: #023288;
}
.AnyTagClassName
{
color: #023288;
}
</style>
background-color css
<style>
a { background-color: #023288; }
a { background-color: rgb(2,50,136); }
div.DivClassName
{
background-color: #023288;
}
.BgClassName
{
background-color: #023288;
}
</style>
border-color css
<style>
span { border-color: #023288; }
span { border-color: rgb(2,50,136); }
td.TdClassName
{
border-color: #023288;
}
.TagClassName
{
border-color: #023288;
}
</style>