Shades of Dark Slate Blue #3E4191
Tints of Dark Slate Blue #3E4191
RGB
CMYK
RGB Variations
Color information
#3E4191 (or 0x3E4191) is known color: Dark Slate Blue. HEX triplet: 3E, 41 and 91. RGB value is (62,65,145). Sum of RGB (Red+Green+Blue) = 62+65+145=272 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.79% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 145 (57.03% from 255 or 53.31% from 272); Max value from RGB is 145 - color contains mainly: blue. Hex color #3E4191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4191 is #C1BE6E. Grayscale: #484848. Windows color (decimal): -12697199 or 9519422. OLE color: 9519422.
HSL color Cylindrical-coordinate representation of color #3E4191: hue angle of 237.83º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E4191 is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 62 | 65 | 145 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.43 |
| HSL | 237.83º | 0.4% | 0.41% | - |
| HSV(B) | 237.83º | 0.57% | 0.57% | - |
| XYZ | 8.99 | 6.85 | 27.64 | - |
| YUV | 73.22 | 168.51 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 65 | 145 | 0.57 | 0.55 | 0 | 0.43 | 237.83 | 0.4 | 0.41 |
| Hex | 3E | 41 | 91 | 39 | 37 | 0 | 2B | EE | 28 | 29 |
| Octal | 76 | 101 | 221 | 71 | 67 | 0 | 53 | 356 | 50 | 51 |
| Binary | 111110 | 1000001 | 10010001 | 111001 | 110111 | 0 | 101011 | 11101110 | 101000 | 101001 |
Color Harmonies of #3E4191
Complementary color
Monochromatic Colors of #3E4191
Black with #3E4191
Text Example
Text Example
White with #3E4191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4191; }
p { color: rgb(62,65,145); }
H1.HeaderClassName
{
color: #3E4191;
}
.AnyTagClassName
{
color: #3E4191;
}
</style>
background-color css
<style>
a { background-color: #3E4191; }
a { background-color: rgb(62,65,145); }
div.DivClassName
{
background-color: #3E4191;
}
.BgClassName
{
background-color: #3E4191;
}
</style>
border-color css
<style>
span { border-color: #3E4191; }
span { border-color: rgb(62,65,145); }
td.TdClassName
{
border-color: #3E4191;
}
.TagClassName
{
border-color: #3E4191;
}
</style>