Shades of Dark Slate Blue #323194
Tints of Dark Slate Blue #323194
RGB
CMYK
RGB Variations
Color information
#323194 (or 0x323194) is known color: Dark Slate Blue. HEX triplet: 32, 31 and 94. RGB value is (50,49,148). Sum of RGB (Red+Green+Blue) = 50+49+148=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 148 (58.20% from 255 or 59.92% from 247); Max value from RGB is 148 - color contains mainly: blue. Hex color #323194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323194 is #CDCE6B. Grayscale: #3C3C3C. Windows color (decimal): -13487724 or 9711922. OLE color: 9711922.
HSL color Cylindrical-coordinate representation of color #323194: hue angle of 240.61º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #323194 is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 49 | 148 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.42 |
| HSL | 240.61º | 0.5% | 0.39% | - |
| HSV(B) | 240.61º | 0.67% | 0.58% | - |
| XYZ | 7.76 | 5.01 | 28.58 | - |
| YUV | 60.59 | 177.33 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 49 | 148 | 0.66 | 0.67 | 0 | 0.42 | 240.61 | 0.5 | 0.39 |
| Hex | 32 | 31 | 94 | 42 | 43 | 0 | 2A | F1 | 32 | 27 |
| Octal | 62 | 61 | 224 | 102 | 103 | 0 | 52 | 361 | 62 | 47 |
| Binary | 110010 | 110001 | 10010100 | 1000010 | 1000011 | 0 | 101010 | 11110001 | 110010 | 100111 |
Color Harmonies of #323194
Complementary color
Monochromatic Colors of #323194
Black with #323194
Text Example
Text Example
White with #323194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323194; }
p { color: rgb(50,49,148); }
H1.HeaderClassName
{
color: #323194;
}
.AnyTagClassName
{
color: #323194;
}
</style>
background-color css
<style>
a { background-color: #323194; }
a { background-color: rgb(50,49,148); }
div.DivClassName
{
background-color: #323194;
}
.BgClassName
{
background-color: #323194;
}
</style>
border-color css
<style>
span { border-color: #323194; }
span { border-color: rgb(50,49,148); }
td.TdClassName
{
border-color: #323194;
}
.TagClassName
{
border-color: #323194;
}
</style>