Shades of Smalt #023C8D
Tints of Smalt #023C8D
RGB
CMYK
RGB Variations
Color information
#023C8D (or 0x023C8D) is known color: Smalt. HEX triplet: 02, 3C and 8D. RGB value is (2,60,141). Sum of RGB (Red+Green+Blue) = 2+60+141=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 141 (55.47% from 255 or 69.46% from 203); Max value from RGB is 141 - color contains mainly: blue. Hex color #023C8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023C8D is #FDC372. Grayscale: #333333. Windows color (decimal): -16630643 or 9255938. OLE color: 9255938.
HSL color Cylindrical-coordinate representation of color #023C8D: hue angle of 214.96º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023C8D is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 60 | 141 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.45 |
| HSL | 214.96º | 0.97% | 0.28% | - |
| HSV(B) | 214.96º | 0.99% | 0.55% | - |
| XYZ | 6.45 | 5.17 | 25.86 | - |
| YUV | 51.89 | 178.28 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 141 | 0.99 | 0.57 | 0 | 0.45 | 214.96 | 0.97 | 0.28 |
| Hex | 2 | 3C | 8D | 63 | 39 | 0 | 2D | D7 | 61 | 1C |
| Octal | 2 | 74 | 215 | 143 | 71 | 0 | 55 | 327 | 141 | 34 |
| Binary | 10 | 111100 | 10001101 | 1100011 | 111001 | 0 | 101101 | 11010111 | 1100001 | 11100 |
Color Harmonies of #023C8D
Complementary color
Monochromatic Colors of #023C8D
Black with #023C8D
Text Example
Text Example
White with #023C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023C8D; }
p { color: rgb(2,60,141); }
H1.HeaderClassName
{
color: #023C8D;
}
.AnyTagClassName
{
color: #023C8D;
}
</style>
background-color css
<style>
a { background-color: #023C8D; }
a { background-color: rgb(2,60,141); }
div.DivClassName
{
background-color: #023C8D;
}
.BgClassName
{
background-color: #023C8D;
}
</style>
border-color css
<style>
span { border-color: #023C8D; }
span { border-color: rgb(2,60,141); }
td.TdClassName
{
border-color: #023C8D;
}
.TagClassName
{
border-color: #023C8D;
}
</style>