Shades of Smalt #023282
Tints of Smalt #023282
RGB
CMYK
RGB Variations
Color information
#023282 (or 0x023282) is known color: Smalt. HEX triplet: 02, 32 and 82. RGB value is (2,50,130). Sum of RGB (Red+Green+Blue) = 2+50+130=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 130 (51.17% from 255 or 71.43% from 182); Max value from RGB is 130 - color contains mainly: blue. Hex color #023282 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023282 is #FDCD7D. Grayscale: #2C2C2C. Windows color (decimal): -16633214 or 8532482. OLE color: 8532482.
HSL color Cylindrical-coordinate representation of color #023282: hue angle of 217.5º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023282 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 50 | 130 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.49 |
| HSL | 217.5º | 0.97% | 0.26% | - |
| HSV(B) | 217.5º | 0.98% | 0.51% | - |
| XYZ | 5.19 | 3.91 | 21.6 | - |
| YUV | 44.77 | 176.1 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 130 | 0.98 | 0.62 | 0 | 0.49 | 217.5 | 0.97 | 0.26 |
| Hex | 2 | 32 | 82 | 62 | 3E | 0 | 31 | DA | 61 | 1A |
| Octal | 2 | 62 | 202 | 142 | 76 | 0 | 61 | 332 | 141 | 32 |
| Binary | 10 | 110010 | 10000010 | 1100010 | 111110 | 0 | 110001 | 11011010 | 1100001 | 11010 |
Color Harmonies of #023282
Complementary color
Monochromatic Colors of #023282
Black with #023282
Text Example
Text Example
White with #023282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023282; }
p { color: rgb(2,50,130); }
H1.HeaderClassName
{
color: #023282;
}
.AnyTagClassName
{
color: #023282;
}
</style>
background-color css
<style>
a { background-color: #023282; }
a { background-color: rgb(2,50,130); }
div.DivClassName
{
background-color: #023282;
}
.BgClassName
{
background-color: #023282;
}
</style>
border-color css
<style>
span { border-color: #023282; }
span { border-color: rgb(2,50,130); }
td.TdClassName
{
border-color: #023282;
}
.TagClassName
{
border-color: #023282;
}
</style>