Shades of Dark Slate Blue #3A2C8E
Tints of Dark Slate Blue #3A2C8E
RGB
CMYK
RGB Variations
Color information
#3A2C8E (or 0x3A2C8E) is known color: Dark Slate Blue. HEX triplet: 3A, 2C and 8E. RGB value is (58,44,142). Sum of RGB (Red+Green+Blue) = 58+44+142=244 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.77% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 142 (55.86% from 255 or 58.20% from 244); Max value from RGB is 142 - color contains mainly: blue. Hex color #3A2C8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2C8E is #C5D371. Grayscale: #3A3A3A. Windows color (decimal): -12964722 or 9317434. OLE color: 9317434.
HSL color Cylindrical-coordinate representation of color #3A2C8E: hue angle of 248.57º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A2C8E is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 58 | 44 | 142 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.44 |
| HSL | 248.57º | 0.53% | 0.36% | - |
| HSV(B) | 248.57º | 0.69% | 0.56% | - |
| XYZ | 7.53 | 4.65 | 26.09 | - |
| YUV | 59.36 | 174.64 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 44 | 142 | 0.59 | 0.69 | 0 | 0.44 | 248.57 | 0.53 | 0.36 |
| Hex | 3A | 2C | 8E | 3B | 45 | 0 | 2C | F9 | 35 | 24 |
| Octal | 72 | 54 | 216 | 73 | 105 | 0 | 54 | 371 | 65 | 44 |
| Binary | 111010 | 101100 | 10001110 | 111011 | 1000101 | 0 | 101100 | 11111001 | 110101 | 100100 |
Color Harmonies of #3A2C8E
Complementary color
Monochromatic Colors of #3A2C8E
Black with #3A2C8E
Text Example
Text Example
White with #3A2C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2C8E; }
p { color: rgb(58,44,142); }
H1.HeaderClassName
{
color: #3A2C8E;
}
.AnyTagClassName
{
color: #3A2C8E;
}
</style>
background-color css
<style>
a { background-color: #3A2C8E; }
a { background-color: rgb(58,44,142); }
div.DivClassName
{
background-color: #3A2C8E;
}
.BgClassName
{
background-color: #3A2C8E;
}
</style>
border-color css
<style>
span { border-color: #3A2C8E; }
span { border-color: rgb(58,44,142); }
td.TdClassName
{
border-color: #3A2C8E;
}
.TagClassName
{
border-color: #3A2C8E;
}
</style>