Shades of Dark Slate Blue #3E358D
Tints of Dark Slate Blue #3E358D
RGB
CMYK
RGB Variations
Color information
#3E358D (or 0x3E358D) is known color: Dark Slate Blue. HEX triplet: 3E, 35 and 8D. RGB value is (62,53,141). Sum of RGB (Red+Green+Blue) = 62+53+141=256 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.22% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 141 (55.47% from 255 or 55.08% from 256); Max value from RGB is 141 - color contains mainly: blue. Hex color #3E358D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E358D is #C1CA72. Grayscale: #414141. Windows color (decimal): -12700275 or 9254206. OLE color: 9254206.
HSL color Cylindrical-coordinate representation of color #3E358D: hue angle of 246.14º 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 #3E358D is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 53 | 141 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.45 |
| HSL | 246.14º | 0.45% | 0.38% | - |
| HSV(B) | 246.14º | 0.62% | 0.55% | - |
| XYZ | 8.07 | 5.49 | 25.83 | - |
| YUV | 65.72 | 170.48 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 53 | 141 | 0.56 | 0.62 | 0 | 0.45 | 246.14 | 0.45 | 0.38 |
| Hex | 3E | 35 | 8D | 38 | 3E | 0 | 2D | F6 | 2D | 26 |
| Octal | 76 | 65 | 215 | 70 | 76 | 0 | 55 | 366 | 55 | 46 |
| Binary | 111110 | 110101 | 10001101 | 111000 | 111110 | 0 | 101101 | 11110110 | 101101 | 100110 |
Color Harmonies of #3E358D
Complementary color
Monochromatic Colors of #3E358D
Black with #3E358D
Text Example
Text Example
White with #3E358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E358D; }
p { color: rgb(62,53,141); }
H1.HeaderClassName
{
color: #3E358D;
}
.AnyTagClassName
{
color: #3E358D;
}
</style>
background-color css
<style>
a { background-color: #3E358D; }
a { background-color: rgb(62,53,141); }
div.DivClassName
{
background-color: #3E358D;
}
.BgClassName
{
background-color: #3E358D;
}
</style>
border-color css
<style>
span { border-color: #3E358D; }
span { border-color: rgb(62,53,141); }
td.TdClassName
{
border-color: #3E358D;
}
.TagClassName
{
border-color: #3E358D;
}
</style>