Shades of Dark Slate Blue #3E389B
Tints of Dark Slate Blue #3E389B
RGB
CMYK
RGB Variations
Color information
#3E389B (or 0x3E389B) is known color: Dark Slate Blue. HEX triplet: 3E, 38 and 9B. RGB value is (62,56,155). Sum of RGB (Red+Green+Blue) = 62+56+155=273 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.71% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E389B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E389B is #C1C764. Grayscale: #444444. Windows color (decimal): -12699493 or 10172478. OLE color: 10172478.
HSL color Cylindrical-coordinate representation of color #3E389B: hue angle of 243.64º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E389B is Cyan = 0.6, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 62 | 56 | 155 | - |
| CMYK | 0.6 | 0.64 | 0 | 0.39 |
| HSL | 243.64º | 0.47% | 0.41% | - |
| HSV(B) | 243.64º | 0.64% | 0.61% | - |
| XYZ | 9.32 | 6.22 | 31.72 | - |
| YUV | 69.08 | 176.49 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 56 | 155 | 0.6 | 0.64 | 0 | 0.39 | 243.64 | 0.47 | 0.41 |
| Hex | 3E | 38 | 9B | 3C | 40 | 0 | 27 | F4 | 2F | 29 |
| Octal | 76 | 70 | 233 | 74 | 100 | 0 | 47 | 364 | 57 | 51 |
| Binary | 111110 | 111000 | 10011011 | 111100 | 1000000 | 0 | 100111 | 11110100 | 101111 | 101001 |
Color Harmonies of #3E389B
Complementary color
Monochromatic Colors of #3E389B
Black with #3E389B
Text Example
Text Example
White with #3E389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E389B; }
p { color: rgb(62,56,155); }
H1.HeaderClassName
{
color: #3E389B;
}
.AnyTagClassName
{
color: #3E389B;
}
</style>
background-color css
<style>
a { background-color: #3E389B; }
a { background-color: rgb(62,56,155); }
div.DivClassName
{
background-color: #3E389B;
}
.BgClassName
{
background-color: #3E389B;
}
</style>
border-color css
<style>
span { border-color: #3E389B; }
span { border-color: rgb(62,56,155); }
td.TdClassName
{
border-color: #3E389B;
}
.TagClassName
{
border-color: #3E389B;
}
</style>