Shades of Dark Slate Blue #3E3092
Tints of Dark Slate Blue #3E3092
RGB
CMYK
RGB Variations
Color information
#3E3092 (or 0x3E3092) is known color: Dark Slate Blue. HEX triplet: 3E, 30 and 92. RGB value is (62,48,146). Sum of RGB (Red+Green+Blue) = 62+48+146=256 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.22% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 146 (57.42% from 255 or 57.03% from 256); Max value from RGB is 146 - color contains mainly: blue. Hex color #3E3092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3092 is #C1CF6D. Grayscale: #3E3E3E. Windows color (decimal): -12701550 or 9580606. OLE color: 9580606.
HSL color Cylindrical-coordinate representation of color #3E3092: hue angle of 248.57º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E3092 is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 62 | 48 | 146 | - |
| CMYK | 0.58 | 0.67 | 0 | 0.43 |
| HSL | 248.57º | 0.51% | 0.38% | - |
| HSV(B) | 248.57º | 0.67% | 0.57% | - |
| XYZ | 8.23 | 5.21 | 27.77 | - |
| YUV | 63.36 | 174.64 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 48 | 146 | 0.58 | 0.67 | 0 | 0.43 | 248.57 | 0.51 | 0.38 |
| Hex | 3E | 30 | 92 | 3A | 43 | 0 | 2B | F9 | 33 | 26 |
| Octal | 76 | 60 | 222 | 72 | 103 | 0 | 53 | 371 | 63 | 46 |
| Binary | 111110 | 110000 | 10010010 | 111010 | 1000011 | 0 | 101011 | 11111001 | 110011 | 100110 |
Color Harmonies of #3E3092
Complementary color
Monochromatic Colors of #3E3092
Black with #3E3092
Text Example
Text Example
White with #3E3092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3092; }
p { color: rgb(62,48,146); }
H1.HeaderClassName
{
color: #3E3092;
}
.AnyTagClassName
{
color: #3E3092;
}
</style>
background-color css
<style>
a { background-color: #3E3092; }
a { background-color: rgb(62,48,146); }
div.DivClassName
{
background-color: #3E3092;
}
.BgClassName
{
background-color: #3E3092;
}
</style>
border-color css
<style>
span { border-color: #3E3092; }
span { border-color: rgb(62,48,146); }
td.TdClassName
{
border-color: #3E3092;
}
.TagClassName
{
border-color: #3E3092;
}
</style>