Shades of Dark Slate Blue #3E3684
Tints of Dark Slate Blue #3E3684
RGB
CMYK
RGB Variations
Color information
#3E3684 (or 0x3E3684) is known color: Dark Slate Blue. HEX triplet: 3E, 36 and 84. RGB value is (62,54,132). Sum of RGB (Red+Green+Blue) = 62+54+132=248 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #3E3684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3684 is #C1C97B. Grayscale: #404040. Windows color (decimal): -12700028 or 8664638. OLE color: 8664638.
HSL color Cylindrical-coordinate representation of color #3E3684: hue angle of 246.15º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3E3684 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 62 | 54 | 132 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.48 |
| HSL | 246.15º | 0.42% | 0.36% | - |
| HSV(B) | 246.15º | 0.59% | 0.52% | - |
| XYZ | 7.47 | 5.33 | 22.46 | - |
| YUV | 65.28 | 165.65 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 54 | 132 | 0.53 | 0.59 | 0 | 0.48 | 246.15 | 0.42 | 0.36 |
| Hex | 3E | 36 | 84 | 35 | 3B | 0 | 30 | F6 | 2A | 24 |
| Octal | 76 | 66 | 204 | 65 | 73 | 0 | 60 | 366 | 52 | 44 |
| Binary | 111110 | 110110 | 10000100 | 110101 | 111011 | 0 | 110000 | 11110110 | 101010 | 100100 |
Color Harmonies of #3E3684
Complementary color
Monochromatic Colors of #3E3684
Black with #3E3684
Text Example
Text Example
White with #3E3684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3684; }
p { color: rgb(62,54,132); }
H1.HeaderClassName
{
color: #3E3684;
}
.AnyTagClassName
{
color: #3E3684;
}
</style>
background-color css
<style>
a { background-color: #3E3684; }
a { background-color: rgb(62,54,132); }
div.DivClassName
{
background-color: #3E3684;
}
.BgClassName
{
background-color: #3E3684;
}
</style>
border-color css
<style>
span { border-color: #3E3684; }
span { border-color: rgb(62,54,132); }
td.TdClassName
{
border-color: #3E3684;
}
.TagClassName
{
border-color: #3E3684;
}
</style>