Shades of Dark Slate Blue #322C8E
Tints of Dark Slate Blue #322C8E
RGB
CMYK
RGB Variations
Color information
#322C8E (or 0x322C8E) is known color: Dark Slate Blue. HEX triplet: 32, 2C and 8E. RGB value is (50,44,142). Sum of RGB (Red+Green+Blue) = 50+44+142=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 142 (55.86% from 255 or 60.17% from 236); Max value from RGB is 142 - color contains mainly: blue. Hex color #322C8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322C8E is #CDD371. Grayscale: #383838. Windows color (decimal): -13489010 or 9317426. OLE color: 9317426.
HSL color Cylindrical-coordinate representation of color #322C8E: hue angle of 243.67º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #322C8E is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 44 | 142 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.44 |
| HSL | 243.67º | 0.53% | 0.36% | - |
| HSV(B) | 243.67º | 0.69% | 0.56% | - |
| XYZ | 7.1 | 4.43 | 26.07 | - |
| YUV | 56.97 | 175.99 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 142 | 0.65 | 0.69 | 0 | 0.44 | 243.67 | 0.53 | 0.36 |
| Hex | 32 | 2C | 8E | 41 | 45 | 0 | 2C | F4 | 35 | 24 |
| Octal | 62 | 54 | 216 | 101 | 105 | 0 | 54 | 364 | 65 | 44 |
| Binary | 110010 | 101100 | 10001110 | 1000001 | 1000101 | 0 | 101100 | 11110100 | 110101 | 100100 |
Color Harmonies of #322C8E
Complementary color
Monochromatic Colors of #322C8E
Black with #322C8E
Text Example
Text Example
White with #322C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C8E; }
p { color: rgb(50,44,142); }
H1.HeaderClassName
{
color: #322C8E;
}
.AnyTagClassName
{
color: #322C8E;
}
</style>
background-color css
<style>
a { background-color: #322C8E; }
a { background-color: rgb(50,44,142); }
div.DivClassName
{
background-color: #322C8E;
}
.BgClassName
{
background-color: #322C8E;
}
</style>
border-color css
<style>
span { border-color: #322C8E; }
span { border-color: rgb(50,44,142); }
td.TdClassName
{
border-color: #322C8E;
}
.TagClassName
{
border-color: #322C8E;
}
</style>