Shades of Dark Slate Blue #3E359D
Tints of Dark Slate Blue #3E359D
RGB
CMYK
RGB Variations
Color information
#3E359D (or 0x3E359D) is known color: Dark Slate Blue. HEX triplet: 3E, 35 and 9D. RGB value is (62,53,157). Sum of RGB (Red+Green+Blue) = 62+53+157=272 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.79% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 157 (61.72% from 255 or 57.72% from 272); Max value from RGB is 157 - color contains mainly: blue. Hex color #3E359D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E359D is #C1CA62. Grayscale: #434343. Windows color (decimal): -12700259 or 10302782. OLE color: 10302782.
HSL color Cylindrical-coordinate representation of color #3E359D: hue angle of 245.19º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E359D is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 62 | 53 | 157 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.38 |
| HSL | 245.19º | 0.5% | 0.41% | - |
| HSV(B) | 245.19º | 0.66% | 0.62% | - |
| XYZ | 9.35 | 6 | 32.56 | - |
| YUV | 67.55 | 178.48 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 53 | 157 | 0.61 | 0.66 | 0 | 0.38 | 245.19 | 0.5 | 0.41 |
| Hex | 3E | 35 | 9D | 3D | 42 | 0 | 26 | F5 | 32 | 29 |
| Octal | 76 | 65 | 235 | 75 | 102 | 0 | 46 | 365 | 62 | 51 |
| Binary | 111110 | 110101 | 10011101 | 111101 | 1000010 | 0 | 100110 | 11110101 | 110010 | 101001 |
Color Harmonies of #3E359D
Complementary color
Monochromatic Colors of #3E359D
Black with #3E359D
Text Example
Text Example
White with #3E359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E359D; }
p { color: rgb(62,53,157); }
H1.HeaderClassName
{
color: #3E359D;
}
.AnyTagClassName
{
color: #3E359D;
}
</style>
background-color css
<style>
a { background-color: #3E359D; }
a { background-color: rgb(62,53,157); }
div.DivClassName
{
background-color: #3E359D;
}
.BgClassName
{
background-color: #3E359D;
}
</style>
border-color css
<style>
span { border-color: #3E359D; }
span { border-color: rgb(62,53,157); }
td.TdClassName
{
border-color: #3E359D;
}
.TagClassName
{
border-color: #3E359D;
}
</style>