Shades of Dark Slate Blue #3A358D
Tints of Dark Slate Blue #3A358D
RGB
CMYK
RGB Variations
Color information
#3A358D (or 0x3A358D) is known color: Dark Slate Blue. HEX triplet: 3A, 35 and 8D. RGB value is (58,53,141). Sum of RGB (Red+Green+Blue) = 58+53+141=252 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.02% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 141 (55.47% from 255 or 55.95% from 252); Max value from RGB is 141 - color contains mainly: blue. Hex color #3A358D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A358D is #C5CA72. Grayscale: #404040. Windows color (decimal): -12962419 or 9254202. OLE color: 9254202.
HSL color Cylindrical-coordinate representation of color #3A358D: hue angle of 243.41º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A358D is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 53 | 141 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.45 |
| HSL | 243.41º | 0.45% | 0.38% | - |
| HSV(B) | 243.41º | 0.62% | 0.55% | - |
| XYZ | 7.83 | 5.37 | 25.82 | - |
| YUV | 64.53 | 171.16 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 53 | 141 | 0.59 | 0.62 | 0 | 0.45 | 243.41 | 0.45 | 0.38 |
| Hex | 3A | 35 | 8D | 3B | 3E | 0 | 2D | F3 | 2D | 26 |
| Octal | 72 | 65 | 215 | 73 | 76 | 0 | 55 | 363 | 55 | 46 |
| Binary | 111010 | 110101 | 10001101 | 111011 | 111110 | 0 | 101101 | 11110011 | 101101 | 100110 |
Color Harmonies of #3A358D
Complementary color
Monochromatic Colors of #3A358D
Black with #3A358D
Text Example
Text Example
White with #3A358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A358D; }
p { color: rgb(58,53,141); }
H1.HeaderClassName
{
color: #3A358D;
}
.AnyTagClassName
{
color: #3A358D;
}
</style>
background-color css
<style>
a { background-color: #3A358D; }
a { background-color: rgb(58,53,141); }
div.DivClassName
{
background-color: #3A358D;
}
.BgClassName
{
background-color: #3A358D;
}
</style>
border-color css
<style>
span { border-color: #3A358D; }
span { border-color: rgb(58,53,141); }
td.TdClassName
{
border-color: #3A358D;
}
.TagClassName
{
border-color: #3A358D;
}
</style>