Shades of Smalt #023CA3
Tints of Smalt #023CA3
RGB
CMYK
RGB Variations
Color information
#023CA3 (or 0x023CA3) is known color: Smalt. HEX triplet: 02, 3C and A3. RGB value is (2,60,163). Sum of RGB (Red+Green+Blue) = 2+60+163=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 163 (64.06% from 255 or 72.44% from 225); Max value from RGB is 163 - color contains mainly: blue. Hex color #023CA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023CA3 is #FDC35C. Grayscale: #353535. Windows color (decimal): -16630621 or 10697730. OLE color: 10697730.
HSL color Cylindrical-coordinate representation of color #023CA3: hue angle of 218.39º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023CA3 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 60 | 163 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.36 |
| HSL | 218.39º | 0.98% | 0.32% | - |
| HSV(B) | 218.39º | 0.99% | 0.64% | - |
| XYZ | 8.25 | 5.89 | 35.35 | - |
| YUV | 54.4 | 189.28 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 163 | 0.99 | 0.63 | 0 | 0.36 | 218.39 | 0.98 | 0.32 |
| Hex | 2 | 3C | A3 | 63 | 3F | 0 | 24 | DA | 62 | 20 |
| Octal | 2 | 74 | 243 | 143 | 77 | 0 | 44 | 332 | 142 | 40 |
| Binary | 10 | 111100 | 10100011 | 1100011 | 111111 | 0 | 100100 | 11011010 | 1100010 | 100000 |
Color Harmonies of #023CA3
Complementary color
Monochromatic Colors of #023CA3
Black with #023CA3
Text Example
Text Example
White with #023CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023CA3; }
p { color: rgb(2,60,163); }
H1.HeaderClassName
{
color: #023CA3;
}
.AnyTagClassName
{
color: #023CA3;
}
</style>
background-color css
<style>
a { background-color: #023CA3; }
a { background-color: rgb(2,60,163); }
div.DivClassName
{
background-color: #023CA3;
}
.BgClassName
{
background-color: #023CA3;
}
</style>
border-color css
<style>
span { border-color: #023CA3; }
span { border-color: rgb(2,60,163); }
td.TdClassName
{
border-color: #023CA3;
}
.TagClassName
{
border-color: #023CA3;
}
</style>