Shades of Dark Slate Blue #322C90
Tints of Dark Slate Blue #322C90
RGB
CMYK
RGB Variations
Color information
#322C90 (or 0x322C90) is known color: Dark Slate Blue. HEX triplet: 32, 2C and 90. RGB value is (50,44,144). Sum of RGB (Red+Green+Blue) = 50+44+144=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 144 (56.64% from 255 or 60.50% from 238); Max value from RGB is 144 - color contains mainly: blue. Hex color #322C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322C90 is #CDD36F. Grayscale: #383838. Windows color (decimal): -13489008 or 9448498. OLE color: 9448498.
HSL color Cylindrical-coordinate representation of color #322C90: hue angle of 243.6º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #322C90 is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 44 | 144 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.44 |
| HSL | 243.6º | 0.53% | 0.37% | - |
| HSV(B) | 243.6º | 0.69% | 0.56% | - |
| XYZ | 7.25 | 4.49 | 26.87 | - |
| YUV | 57.19 | 176.99 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 144 | 0.65 | 0.69 | 0 | 0.44 | 243.6 | 0.53 | 0.37 |
| Hex | 32 | 2C | 90 | 41 | 45 | 0 | 2C | F4 | 35 | 25 |
| Octal | 62 | 54 | 220 | 101 | 105 | 0 | 54 | 364 | 65 | 45 |
| Binary | 110010 | 101100 | 10010000 | 1000001 | 1000101 | 0 | 101100 | 11110100 | 110101 | 100101 |
Color Harmonies of #322C90
Complementary color
Monochromatic Colors of #322C90
Black with #322C90
Text Example
Text Example
White with #322C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C90; }
p { color: rgb(50,44,144); }
H1.HeaderClassName
{
color: #322C90;
}
.AnyTagClassName
{
color: #322C90;
}
</style>
background-color css
<style>
a { background-color: #322C90; }
a { background-color: rgb(50,44,144); }
div.DivClassName
{
background-color: #322C90;
}
.BgClassName
{
background-color: #322C90;
}
</style>
border-color css
<style>
span { border-color: #322C90; }
span { border-color: rgb(50,44,144); }
td.TdClassName
{
border-color: #322C90;
}
.TagClassName
{
border-color: #322C90;
}
</style>