Shades of Dark Slate Blue #322C96
Tints of Dark Slate Blue #322C96
RGB
CMYK
RGB Variations
Color information
#322C96 (or 0x322C96) is known color: Dark Slate Blue. HEX triplet: 32, 2C and 96. RGB value is (50,44,150). Sum of RGB (Red+Green+Blue) = 50+44+150=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 150 (58.98% from 255 or 61.48% from 244); Max value from RGB is 150 - color contains mainly: blue. Hex color #322C96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322C96 is #CDD369. Grayscale: #393939. Windows color (decimal): -13489002 or 9841714. OLE color: 9841714.
HSL color Cylindrical-coordinate representation of color #322C96: hue angle of 243.4º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #322C96 is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 44 | 150 | - |
| CMYK | 0.67 | 0.71 | 0 | 0.41 |
| HSL | 243.4º | 0.55% | 0.38% | - |
| HSV(B) | 243.4º | 0.71% | 0.59% | - |
| XYZ | 7.72 | 4.68 | 29.35 | - |
| YUV | 57.88 | 179.99 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 150 | 0.67 | 0.71 | 0 | 0.41 | 243.4 | 0.55 | 0.38 |
| Hex | 32 | 2C | 96 | 43 | 47 | 0 | 29 | F3 | 37 | 26 |
| Octal | 62 | 54 | 226 | 103 | 107 | 0 | 51 | 363 | 67 | 46 |
| Binary | 110010 | 101100 | 10010110 | 1000011 | 1000111 | 0 | 101001 | 11110011 | 110111 | 100110 |
Color Harmonies of #322C96
Complementary color
Monochromatic Colors of #322C96
Black with #322C96
Text Example
Text Example
White with #322C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C96; }
p { color: rgb(50,44,150); }
H1.HeaderClassName
{
color: #322C96;
}
.AnyTagClassName
{
color: #322C96;
}
</style>
background-color css
<style>
a { background-color: #322C96; }
a { background-color: rgb(50,44,150); }
div.DivClassName
{
background-color: #322C96;
}
.BgClassName
{
background-color: #322C96;
}
</style>
border-color css
<style>
span { border-color: #322C96; }
span { border-color: rgb(50,44,150); }
td.TdClassName
{
border-color: #322C96;
}
.TagClassName
{
border-color: #322C96;
}
</style>