Shades of Dark Slate Blue #322698
Tints of Dark Slate Blue #322698
RGB
CMYK
RGB Variations
Color information
#322698 (or 0x322698) is known color: Dark Slate Blue. HEX triplet: 32, 26 and 98. RGB value is (50,38,152). Sum of RGB (Red+Green+Blue) = 50+38+152=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 152 (59.77% from 255 or 63.33% from 240); Max value from RGB is 152 - color contains mainly: blue. Hex color #322698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322698 is #CDD967. Grayscale: #363636. Windows color (decimal): -13490536 or 9971250. OLE color: 9971250.
HSL color Cylindrical-coordinate representation of color #322698: hue angle of 246.32º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #322698 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 38 | 152 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.40 |
| HSL | 246.32º | 0.6% | 0.37% | - |
| HSV(B) | 246.32º | 0.75% | 0.6% | - |
| XYZ | 7.68 | 4.33 | 30.14 | - |
| YUV | 54.58 | 182.98 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 38 | 152 | 0.67 | 0.75 | 0 | 0.40 | 246.32 | 0.6 | 0.37 |
| Hex | 32 | 26 | 98 | 43 | 4B | 0 | 28 | F6 | 3C | 25 |
| Octal | 62 | 46 | 230 | 103 | 113 | 0 | 50 | 366 | 74 | 45 |
| Binary | 110010 | 100110 | 10011000 | 1000011 | 1001011 | 0 | 101000 | 11110110 | 111100 | 100101 |
Color Harmonies of #322698
Complementary color
Monochromatic Colors of #322698
Black with #322698
Text Example
Text Example
White with #322698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322698; }
p { color: rgb(50,38,152); }
H1.HeaderClassName
{
color: #322698;
}
.AnyTagClassName
{
color: #322698;
}
</style>
background-color css
<style>
a { background-color: #322698; }
a { background-color: rgb(50,38,152); }
div.DivClassName
{
background-color: #322698;
}
.BgClassName
{
background-color: #322698;
}
</style>
border-color css
<style>
span { border-color: #322698; }
span { border-color: rgb(50,38,152); }
td.TdClassName
{
border-color: #322698;
}
.TagClassName
{
border-color: #322698;
}
</style>