Shades of Dark Slate Blue #3E4394
Tints of Dark Slate Blue #3E4394
RGB
CMYK
RGB Variations
Color information
#3E4394 (or 0x3E4394) is known color: Dark Slate Blue. HEX triplet: 3E, 43 and 94. RGB value is (62,67,148). Sum of RGB (Red+Green+Blue) = 62+67+148=277 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.38% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 148 (58.20% from 255 or 53.43% from 277); Max value from RGB is 148 - color contains mainly: blue. Hex color #3E4394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4394 is #C1BC6B. Grayscale: #4A4A4A. Windows color (decimal): -12696684 or 9716542. OLE color: 9716542.
HSL color Cylindrical-coordinate representation of color #3E4394: hue angle of 236.51º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E4394 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 62 | 67 | 148 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.42 |
| HSL | 236.51º | 0.41% | 0.41% | - |
| HSV(B) | 236.51º | 0.58% | 0.58% | - |
| XYZ | 9.34 | 7.18 | 28.91 | - |
| YUV | 74.74 | 169.34 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 67 | 148 | 0.58 | 0.55 | 0 | 0.42 | 236.51 | 0.41 | 0.41 |
| Hex | 3E | 43 | 94 | 3A | 37 | 0 | 2A | ED | 29 | 29 |
| Octal | 76 | 103 | 224 | 72 | 67 | 0 | 52 | 355 | 51 | 51 |
| Binary | 111110 | 1000011 | 10010100 | 111010 | 110111 | 0 | 101010 | 11101101 | 101001 | 101001 |
Color Harmonies of #3E4394
Complementary color
Monochromatic Colors of #3E4394
Black with #3E4394
Text Example
Text Example
White with #3E4394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4394; }
p { color: rgb(62,67,148); }
H1.HeaderClassName
{
color: #3E4394;
}
.AnyTagClassName
{
color: #3E4394;
}
</style>
background-color css
<style>
a { background-color: #3E4394; }
a { background-color: rgb(62,67,148); }
div.DivClassName
{
background-color: #3E4394;
}
.BgClassName
{
background-color: #3E4394;
}
</style>
border-color css
<style>
span { border-color: #3E4394; }
span { border-color: rgb(62,67,148); }
td.TdClassName
{
border-color: #3E4394;
}
.TagClassName
{
border-color: #3E4394;
}
</style>