Shades of Dark Slate Blue #323095
Tints of Dark Slate Blue #323095
RGB
CMYK
RGB Variations
Color information
#323095 (or 0x323095) is known color: Dark Slate Blue. HEX triplet: 32, 30 and 95. RGB value is (50,48,149). Sum of RGB (Red+Green+Blue) = 50+48+149=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 149 (58.59% from 255 or 60.32% from 247); Max value from RGB is 149 - color contains mainly: blue. Hex color #323095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323095 is #CDCF6A. Grayscale: #3B3B3B. Windows color (decimal): -13487979 or 9777202. OLE color: 9777202.
HSL color Cylindrical-coordinate representation of color #323095: hue angle of 241.19º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #323095 is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 48 | 149 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.42 |
| HSL | 241.19º | 0.51% | 0.39% | - |
| HSV(B) | 241.19º | 0.68% | 0.58% | - |
| XYZ | 7.8 | 4.96 | 28.98 | - |
| YUV | 60.11 | 178.16 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 149 | 0.66 | 0.68 | 0 | 0.42 | 241.19 | 0.51 | 0.39 |
| Hex | 32 | 30 | 95 | 42 | 44 | 0 | 2A | F1 | 33 | 27 |
| Octal | 62 | 60 | 225 | 102 | 104 | 0 | 52 | 361 | 63 | 47 |
| Binary | 110010 | 110000 | 10010101 | 1000010 | 1000100 | 0 | 101010 | 11110001 | 110011 | 100111 |
Color Harmonies of #323095
Complementary color
Monochromatic Colors of #323095
Black with #323095
Text Example
Text Example
White with #323095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323095; }
p { color: rgb(50,48,149); }
H1.HeaderClassName
{
color: #323095;
}
.AnyTagClassName
{
color: #323095;
}
</style>
background-color css
<style>
a { background-color: #323095; }
a { background-color: rgb(50,48,149); }
div.DivClassName
{
background-color: #323095;
}
.BgClassName
{
background-color: #323095;
}
</style>
border-color css
<style>
span { border-color: #323095; }
span { border-color: rgb(50,48,149); }
td.TdClassName
{
border-color: #323095;
}
.TagClassName
{
border-color: #323095;
}
</style>