Shades of Dark Slate Blue #3E3784
Tints of Dark Slate Blue #3E3784
RGB
CMYK
RGB Variations
Color information
#3E3784 (or 0x3E3784) is known color: Dark Slate Blue. HEX triplet: 3E, 37 and 84. RGB value is (62,55,132). Sum of RGB (Red+Green+Blue) = 62+55+132=249 (32% of max value = 765). Red value is 62 (24.61% from 255 or 24.90% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 132 (51.95% from 255 or 53.01% from 249); Max value from RGB is 132 - color contains mainly: blue. Hex color #3E3784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3784 is #C1C87B. Grayscale: #414141. Windows color (decimal): -12699772 or 8664894. OLE color: 8664894.
HSL color Cylindrical-coordinate representation of color #3E3784: hue angle of 245.45º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E3784 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 62 | 55 | 132 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.48 |
| HSL | 245.45º | 0.41% | 0.37% | - |
| HSV(B) | 245.45º | 0.58% | 0.52% | - |
| XYZ | 7.52 | 5.42 | 22.48 | - |
| YUV | 65.87 | 165.32 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 55 | 132 | 0.53 | 0.58 | 0 | 0.48 | 245.45 | 0.41 | 0.37 |
| Hex | 3E | 37 | 84 | 35 | 3A | 0 | 30 | F5 | 29 | 25 |
| Octal | 76 | 67 | 204 | 65 | 72 | 0 | 60 | 365 | 51 | 45 |
| Binary | 111110 | 110111 | 10000100 | 110101 | 111010 | 0 | 110000 | 11110101 | 101001 | 100101 |
Color Harmonies of #3E3784
Complementary color
Monochromatic Colors of #3E3784
Black with #3E3784
Text Example
Text Example
White with #3E3784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3784; }
p { color: rgb(62,55,132); }
H1.HeaderClassName
{
color: #3E3784;
}
.AnyTagClassName
{
color: #3E3784;
}
</style>
background-color css
<style>
a { background-color: #3E3784; }
a { background-color: rgb(62,55,132); }
div.DivClassName
{
background-color: #3E3784;
}
.BgClassName
{
background-color: #3E3784;
}
</style>
border-color css
<style>
span { border-color: #3E3784; }
span { border-color: rgb(62,55,132); }
td.TdClassName
{
border-color: #3E3784;
}
.TagClassName
{
border-color: #3E3784;
}
</style>