Shades of Dark Slate Blue #322C94
Tints of Dark Slate Blue #322C94
RGB
CMYK
RGB Variations
Color information
#322C94 (or 0x322C94) is known color: Dark Slate Blue. HEX triplet: 32, 2C and 94. RGB value is (50,44,148). Sum of RGB (Red+Green+Blue) = 50+44+148=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 148 (58.20% from 255 or 61.16% from 242); Max value from RGB is 148 - color contains mainly: blue. Hex color #322C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322C94 is #CDD36B. Grayscale: #393939. Windows color (decimal): -13489004 or 9710642. OLE color: 9710642.
HSL color Cylindrical-coordinate representation of color #322C94: hue angle of 243.46º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #322C94 is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 44 | 148 | - |
| CMYK | 0.66 | 0.70 | 0 | 0.42 |
| HSL | 243.46º | 0.54% | 0.38% | - |
| HSV(B) | 243.46º | 0.7% | 0.58% | - |
| XYZ | 7.56 | 4.62 | 28.51 | - |
| YUV | 57.65 | 178.99 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 148 | 0.66 | 0.70 | 0 | 0.42 | 243.46 | 0.54 | 0.38 |
| Hex | 32 | 2C | 94 | 42 | 46 | 0 | 2A | F3 | 36 | 26 |
| Octal | 62 | 54 | 224 | 102 | 106 | 0 | 52 | 363 | 66 | 46 |
| Binary | 110010 | 101100 | 10010100 | 1000010 | 1000110 | 0 | 101010 | 11110011 | 110110 | 100110 |
Color Harmonies of #322C94
Complementary color
Monochromatic Colors of #322C94
Black with #322C94
Text Example
Text Example
White with #322C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C94; }
p { color: rgb(50,44,148); }
H1.HeaderClassName
{
color: #322C94;
}
.AnyTagClassName
{
color: #322C94;
}
</style>
background-color css
<style>
a { background-color: #322C94; }
a { background-color: rgb(50,44,148); }
div.DivClassName
{
background-color: #322C94;
}
.BgClassName
{
background-color: #322C94;
}
</style>
border-color css
<style>
span { border-color: #322C94; }
span { border-color: rgb(50,44,148); }
td.TdClassName
{
border-color: #322C94;
}
.TagClassName
{
border-color: #322C94;
}
</style>