Shades of Dark Slate Blue #3E378D
Tints of Dark Slate Blue #3E378D
RGB
CMYK
RGB Variations
Color information
#3E378D (or 0x3E378D) is known color: Dark Slate Blue. HEX triplet: 3E, 37 and 8D. RGB value is (62,55,141). Sum of RGB (Red+Green+Blue) = 62+55+141=258 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.03% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 141 (55.47% from 255 or 54.65% from 258); Max value from RGB is 141 - color contains mainly: blue. Hex color #3E378D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E378D is #C1C872. Grayscale: #424242. Windows color (decimal): -12699763 or 9254718. OLE color: 9254718.
HSL color Cylindrical-coordinate representation of color #3E378D: hue angle of 244.88º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E378D is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 55 | 141 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.45 |
| HSL | 244.88º | 0.44% | 0.38% | - |
| HSV(B) | 244.88º | 0.61% | 0.55% | - |
| XYZ | 8.16 | 5.68 | 25.87 | - |
| YUV | 66.9 | 169.82 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 55 | 141 | 0.56 | 0.61 | 0 | 0.45 | 244.88 | 0.44 | 0.38 |
| Hex | 3E | 37 | 8D | 38 | 3D | 0 | 2D | F5 | 2C | 26 |
| Octal | 76 | 67 | 215 | 70 | 75 | 0 | 55 | 365 | 54 | 46 |
| Binary | 111110 | 110111 | 10001101 | 111000 | 111101 | 0 | 101101 | 11110101 | 101100 | 100110 |
Color Harmonies of #3E378D
Complementary color
Monochromatic Colors of #3E378D
Black with #3E378D
Text Example
Text Example
White with #3E378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E378D; }
p { color: rgb(62,55,141); }
H1.HeaderClassName
{
color: #3E378D;
}
.AnyTagClassName
{
color: #3E378D;
}
</style>
background-color css
<style>
a { background-color: #3E378D; }
a { background-color: rgb(62,55,141); }
div.DivClassName
{
background-color: #3E378D;
}
.BgClassName
{
background-color: #3E378D;
}
</style>
border-color css
<style>
span { border-color: #3E378D; }
span { border-color: rgb(62,55,141); }
td.TdClassName
{
border-color: #3E378D;
}
.TagClassName
{
border-color: #3E378D;
}
</style>