Shades of Dark Slate Blue #3E3492
Tints of Dark Slate Blue #3E3492
RGB
CMYK
RGB Variations
Color information
#3E3492 (or 0x3E3492) is known color: Dark Slate Blue. HEX triplet: 3E, 34 and 92. RGB value is (62,52,146). Sum of RGB (Red+Green+Blue) = 62+52+146=260 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.85% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 146 (57.42% from 255 or 56.15% from 260); Max value from RGB is 146 - color contains mainly: blue. Hex color #3E3492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3492 is #C1CB6D. Grayscale: #414141. Windows color (decimal): -12700526 or 9581630. OLE color: 9581630.
HSL color Cylindrical-coordinate representation of color #3E3492: hue angle of 246.38º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E3492 is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 62 | 52 | 146 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.43 |
| HSL | 246.38º | 0.47% | 0.39% | - |
| HSV(B) | 246.38º | 0.64% | 0.57% | - |
| XYZ | 8.4 | 5.56 | 27.82 | - |
| YUV | 65.71 | 173.31 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 52 | 146 | 0.58 | 0.64 | 0 | 0.43 | 246.38 | 0.47 | 0.39 |
| Hex | 3E | 34 | 92 | 3A | 40 | 0 | 2B | F6 | 2F | 27 |
| Octal | 76 | 64 | 222 | 72 | 100 | 0 | 53 | 366 | 57 | 47 |
| Binary | 111110 | 110100 | 10010010 | 111010 | 1000000 | 0 | 101011 | 11110110 | 101111 | 100111 |
Color Harmonies of #3E3492
Complementary color
Monochromatic Colors of #3E3492
Black with #3E3492
Text Example
Text Example
White with #3E3492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3492; }
p { color: rgb(62,52,146); }
H1.HeaderClassName
{
color: #3E3492;
}
.AnyTagClassName
{
color: #3E3492;
}
</style>
background-color css
<style>
a { background-color: #3E3492; }
a { background-color: rgb(62,52,146); }
div.DivClassName
{
background-color: #3E3492;
}
.BgClassName
{
background-color: #3E3492;
}
</style>
border-color css
<style>
span { border-color: #3E3492; }
span { border-color: rgb(62,52,146); }
td.TdClassName
{
border-color: #3E3492;
}
.TagClassName
{
border-color: #3E3492;
}
</style>