Shades of Dark Slate Blue #322498
Tints of Dark Slate Blue #322498
RGB
CMYK
RGB Variations
Color information
#322498 (or 0x322498) is known color: Dark Slate Blue. HEX triplet: 32, 24 and 98. RGB value is (50,36,152). Sum of RGB (Red+Green+Blue) = 50+36+152=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 152 (59.77% from 255 or 63.87% from 238); Max value from RGB is 152 - color contains mainly: blue. Hex color #322498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322498 is #CDDB67. Grayscale: #343434. Windows color (decimal): -13491048 or 9970738. OLE color: 9970738.
HSL color Cylindrical-coordinate representation of color #322498: hue angle of 247.24º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #322498 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 36 | 152 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.40 |
| HSL | 247.24º | 0.62% | 0.37% | - |
| HSV(B) | 247.24º | 0.76% | 0.6% | - |
| XYZ | 7.61 | 4.21 | 30.12 | - |
| YUV | 53.41 | 183.64 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 152 | 0.67 | 0.76 | 0 | 0.40 | 247.24 | 0.62 | 0.37 |
| Hex | 32 | 24 | 98 | 43 | 4C | 0 | 28 | F7 | 3E | 25 |
| Octal | 62 | 44 | 230 | 103 | 114 | 0 | 50 | 367 | 76 | 45 |
| Binary | 110010 | 100100 | 10011000 | 1000011 | 1001100 | 0 | 101000 | 11110111 | 111110 | 100101 |
Color Harmonies of #322498
Complementary color
Monochromatic Colors of #322498
Black with #322498
Text Example
Text Example
White with #322498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322498; }
p { color: rgb(50,36,152); }
H1.HeaderClassName
{
color: #322498;
}
.AnyTagClassName
{
color: #322498;
}
</style>
background-color css
<style>
a { background-color: #322498; }
a { background-color: rgb(50,36,152); }
div.DivClassName
{
background-color: #322498;
}
.BgClassName
{
background-color: #322498;
}
</style>
border-color css
<style>
span { border-color: #322498; }
span { border-color: rgb(50,36,152); }
td.TdClassName
{
border-color: #322498;
}
.TagClassName
{
border-color: #322498;
}
</style>