Shades of Dark Slate Blue #3E337E
Tints of Dark Slate Blue #3E337E
RGB
CMYK
RGB Variations
Color information
#3E337E (or 0x3E337E) is known color: Dark Slate Blue. HEX triplet: 3E, 33 and 7E. RGB value is (62,51,126). Sum of RGB (Red+Green+Blue) = 62+51+126=239 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.94% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 126 (49.61% from 255 or 52.72% from 239); Max value from RGB is 126 - color contains mainly: blue. Hex color #3E337E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E337E is #C1CC81. Grayscale: #3E3E3E. Windows color (decimal): -12700802 or 8270654. OLE color: 8270654.
HSL color Cylindrical-coordinate representation of color #3E337E: hue angle of 248.8º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E337E is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 51 | 126 | - |
| CMYK | 0.51 | 0.60 | 0 | 0.51 |
| HSL | 248.8º | 0.42% | 0.35% | - |
| HSV(B) | 248.8º | 0.6% | 0.49% | - |
| XYZ | 6.94 | 4.9 | 20.32 | - |
| YUV | 62.84 | 163.64 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 51 | 126 | 0.51 | 0.60 | 0 | 0.51 | 248.8 | 0.42 | 0.35 |
| Hex | 3E | 33 | 7E | 33 | 3C | 0 | 33 | F9 | 2A | 23 |
| Octal | 76 | 63 | 176 | 63 | 74 | 0 | 63 | 371 | 52 | 43 |
| Binary | 111110 | 110011 | 1111110 | 110011 | 111100 | 0 | 110011 | 11111001 | 101010 | 100011 |
Color Harmonies of #3E337E
Complementary color
Monochromatic Colors of #3E337E
Black with #3E337E
Text Example
Text Example
White with #3E337E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E337E; }
p { color: rgb(62,51,126); }
H1.HeaderClassName
{
color: #3E337E;
}
.AnyTagClassName
{
color: #3E337E;
}
</style>
background-color css
<style>
a { background-color: #3E337E; }
a { background-color: rgb(62,51,126); }
div.DivClassName
{
background-color: #3E337E;
}
.BgClassName
{
background-color: #3E337E;
}
</style>
border-color css
<style>
span { border-color: #3E337E; }
span { border-color: rgb(62,51,126); }
td.TdClassName
{
border-color: #3E337E;
}
.TagClassName
{
border-color: #3E337E;
}
</style>