Shades of Smalt #023388
Tints of Smalt #023388
RGB
CMYK
RGB Variations
Color information
#023388 (or 0x023388) is known color: Smalt. HEX triplet: 02, 33 and 88. RGB value is (2,51,136). Sum of RGB (Red+Green+Blue) = 2+51+136=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 136 (53.52% from 255 or 71.96% from 189); Max value from RGB is 136 - color contains mainly: blue. Hex color #023388 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023388 is #FDCC77. Grayscale: #2D2D2D. Windows color (decimal): -16632952 or 8925954. OLE color: 8925954.
HSL color Cylindrical-coordinate representation of color #023388: hue angle of 218.06º 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 #023388 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 51 | 136 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.47 |
| HSL | 218.06º | 0.97% | 0.27% | - |
| HSV(B) | 218.06º | 0.99% | 0.53% | - |
| XYZ | 5.65 | 4.16 | 23.8 | - |
| YUV | 46.04 | 178.77 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 51 | 136 | 0.99 | 0.62 | 0 | 0.47 | 218.06 | 0.97 | 0.27 |
| Hex | 2 | 33 | 88 | 63 | 3E | 0 | 2F | DA | 61 | 1B |
| Octal | 2 | 63 | 210 | 143 | 76 | 0 | 57 | 332 | 141 | 33 |
| Binary | 10 | 110011 | 10001000 | 1100011 | 111110 | 0 | 101111 | 11011010 | 1100001 | 11011 |
Color Harmonies of #023388
Complementary color
Monochromatic Colors of #023388
Black with #023388
Text Example
Text Example
White with #023388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023388; }
p { color: rgb(2,51,136); }
H1.HeaderClassName
{
color: #023388;
}
.AnyTagClassName
{
color: #023388;
}
</style>
background-color css
<style>
a { background-color: #023388; }
a { background-color: rgb(2,51,136); }
div.DivClassName
{
background-color: #023388;
}
.BgClassName
{
background-color: #023388;
}
</style>
border-color css
<style>
span { border-color: #023388; }
span { border-color: rgb(2,51,136); }
td.TdClassName
{
border-color: #023388;
}
.TagClassName
{
border-color: #023388;
}
</style>