Shades of Dark Slate Blue #322896
Tints of Dark Slate Blue #322896
RGB
CMYK
RGB Variations
Color information
#322896 (or 0x322896) is known color: Dark Slate Blue. HEX triplet: 32, 28 and 96. RGB value is (50,40,150). Sum of RGB (Red+Green+Blue) = 50+40+150=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 150 (58.98% from 255 or 62.5% from 240); Max value from RGB is 150 - color contains mainly: blue. Hex color #322896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322896 is #CDD769. Grayscale: #373737. Windows color (decimal): -13490026 or 9840690. OLE color: 9840690.
HSL color Cylindrical-coordinate representation of color #322896: hue angle of 245.45º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #322896 is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 40 | 150 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.41 |
| HSL | 245.45º | 0.58% | 0.37% | - |
| HSV(B) | 245.45º | 0.73% | 0.59% | - |
| XYZ | 7.58 | 4.4 | 29.3 | - |
| YUV | 55.53 | 181.31 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 40 | 150 | 0.67 | 0.73 | 0 | 0.41 | 245.45 | 0.58 | 0.37 |
| Hex | 32 | 28 | 96 | 43 | 49 | 0 | 29 | F5 | 3A | 25 |
| Octal | 62 | 50 | 226 | 103 | 111 | 0 | 51 | 365 | 72 | 45 |
| Binary | 110010 | 101000 | 10010110 | 1000011 | 1001001 | 0 | 101001 | 11110101 | 111010 | 100101 |
Color Harmonies of #322896
Complementary color
Monochromatic Colors of #322896
Black with #322896
Text Example
Text Example
White with #322896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322896; }
p { color: rgb(50,40,150); }
H1.HeaderClassName
{
color: #322896;
}
.AnyTagClassName
{
color: #322896;
}
</style>
background-color css
<style>
a { background-color: #322896; }
a { background-color: rgb(50,40,150); }
div.DivClassName
{
background-color: #322896;
}
.BgClassName
{
background-color: #322896;
}
</style>
border-color css
<style>
span { border-color: #322896; }
span { border-color: rgb(50,40,150); }
td.TdClassName
{
border-color: #322896;
}
.TagClassName
{
border-color: #322896;
}
</style>