Shades of Smalt #023DA2
Tints of Smalt #023DA2
RGB
CMYK
RGB Variations
Color information
#023DA2 (or 0x023DA2) is known color: Smalt. HEX triplet: 02, 3D and A2. RGB value is (2,61,162). Sum of RGB (Red+Green+Blue) = 2+61+162=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 162 (63.67% from 255 or 72% from 225); Max value from RGB is 162 - color contains mainly: blue. Hex color #023DA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023DA2 is #FDC25D. Grayscale: #363636. Windows color (decimal): -16630366 or 10632450. OLE color: 10632450.
HSL color Cylindrical-coordinate representation of color #023DA2: hue angle of 217.88º 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 #023DA2 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 61 | 162 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.36 |
| HSL | 217.88º | 0.98% | 0.32% | - |
| HSV(B) | 217.88º | 0.99% | 0.64% | - |
| XYZ | 8.22 | 5.96 | 34.9 | - |
| YUV | 54.87 | 188.45 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 61 | 162 | 0.99 | 0.62 | 0 | 0.36 | 217.88 | 0.98 | 0.32 |
| Hex | 2 | 3D | A2 | 63 | 3E | 0 | 24 | DA | 62 | 20 |
| Octal | 2 | 75 | 242 | 143 | 76 | 0 | 44 | 332 | 142 | 40 |
| Binary | 10 | 111101 | 10100010 | 1100011 | 111110 | 0 | 100100 | 11011010 | 1100010 | 100000 |
Color Harmonies of #023DA2
Complementary color
Monochromatic Colors of #023DA2
Black with #023DA2
Text Example
Text Example
White with #023DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023DA2; }
p { color: rgb(2,61,162); }
H1.HeaderClassName
{
color: #023DA2;
}
.AnyTagClassName
{
color: #023DA2;
}
</style>
background-color css
<style>
a { background-color: #023DA2; }
a { background-color: rgb(2,61,162); }
div.DivClassName
{
background-color: #023DA2;
}
.BgClassName
{
background-color: #023DA2;
}
</style>
border-color css
<style>
span { border-color: #023DA2; }
span { border-color: rgb(2,61,162); }
td.TdClassName
{
border-color: #023DA2;
}
.TagClassName
{
border-color: #023DA2;
}
</style>