Shades of Dark Slate Blue #3E3C94
Tints of Dark Slate Blue #3E3C94
RGB
CMYK
RGB Variations
Color information
#3E3C94 (or 0x3E3C94) is known color: Dark Slate Blue. HEX triplet: 3E, 3C and 94. RGB value is (62,60,148). Sum of RGB (Red+Green+Blue) = 62+60+148=270 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.96% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 148 (58.20% from 255 or 54.81% from 270); Max value from RGB is 148 - color contains mainly: blue. Hex color #3E3C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3C94 is #C1C36B. Grayscale: #464646. Windows color (decimal): -12698476 or 9714750. OLE color: 9714750.
HSL color Cylindrical-coordinate representation of color #3E3C94: hue angle of 241.36º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3E3C94 is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 62 | 60 | 148 | - |
| CMYK | 0.58 | 0.59 | 0 | 0.42 |
| HSL | 241.36º | 0.42% | 0.41% | - |
| HSV(B) | 241.36º | 0.59% | 0.58% | - |
| XYZ | 8.95 | 6.39 | 28.78 | - |
| YUV | 70.63 | 171.66 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 60 | 148 | 0.58 | 0.59 | 0 | 0.42 | 241.36 | 0.42 | 0.41 |
| Hex | 3E | 3C | 94 | 3A | 3B | 0 | 2A | F1 | 2A | 29 |
| Octal | 76 | 74 | 224 | 72 | 73 | 0 | 52 | 361 | 52 | 51 |
| Binary | 111110 | 111100 | 10010100 | 111010 | 111011 | 0 | 101010 | 11110001 | 101010 | 101001 |
Color Harmonies of #3E3C94
Complementary color
Monochromatic Colors of #3E3C94
Black with #3E3C94
Text Example
Text Example
White with #3E3C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3C94; }
p { color: rgb(62,60,148); }
H1.HeaderClassName
{
color: #3E3C94;
}
.AnyTagClassName
{
color: #3E3C94;
}
</style>
background-color css
<style>
a { background-color: #3E3C94; }
a { background-color: rgb(62,60,148); }
div.DivClassName
{
background-color: #3E3C94;
}
.BgClassName
{
background-color: #3E3C94;
}
</style>
border-color css
<style>
span { border-color: #3E3C94; }
span { border-color: rgb(62,60,148); }
td.TdClassName
{
border-color: #3E3C94;
}
.TagClassName
{
border-color: #3E3C94;
}
</style>