Shades of Dark Slate Blue #322E90
Tints of Dark Slate Blue #322E90
RGB
CMYK
RGB Variations
Color information
#322E90 (or 0x322E90) is known color: Dark Slate Blue. HEX triplet: 32, 2E and 90. RGB value is (50,46,144). Sum of RGB (Red+Green+Blue) = 50+46+144=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 144 (56.64% from 255 or 60% from 240); Max value from RGB is 144 - color contains mainly: blue. Hex color #322E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322E90 is #CDD16F. Grayscale: #393939. Windows color (decimal): -13488496 or 9449010. OLE color: 9449010.
HSL color Cylindrical-coordinate representation of color #322E90: hue angle of 242.45º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #322E90 is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 46 | 144 | - |
| CMYK | 0.65 | 0.68 | 0 | 0.44 |
| HSL | 242.45º | 0.52% | 0.37% | - |
| HSV(B) | 242.45º | 0.68% | 0.56% | - |
| XYZ | 7.33 | 4.65 | 26.9 | - |
| YUV | 58.37 | 176.33 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 46 | 144 | 0.65 | 0.68 | 0 | 0.44 | 242.45 | 0.52 | 0.37 |
| Hex | 32 | 2E | 90 | 41 | 44 | 0 | 2C | F2 | 34 | 25 |
| Octal | 62 | 56 | 220 | 101 | 104 | 0 | 54 | 362 | 64 | 45 |
| Binary | 110010 | 101110 | 10010000 | 1000001 | 1000100 | 0 | 101100 | 11110010 | 110100 | 100101 |
Color Harmonies of #322E90
Complementary color
Monochromatic Colors of #322E90
Black with #322E90
Text Example
Text Example
White with #322E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322E90; }
p { color: rgb(50,46,144); }
H1.HeaderClassName
{
color: #322E90;
}
.AnyTagClassName
{
color: #322E90;
}
</style>
background-color css
<style>
a { background-color: #322E90; }
a { background-color: rgb(50,46,144); }
div.DivClassName
{
background-color: #322E90;
}
.BgClassName
{
background-color: #322E90;
}
</style>
border-color css
<style>
span { border-color: #322E90; }
span { border-color: rgb(50,46,144); }
td.TdClassName
{
border-color: #322E90;
}
.TagClassName
{
border-color: #322E90;
}
</style>