Shades of Dark Slate Blue #3E328B
Tints of Dark Slate Blue #3E328B
RGB
CMYK
RGB Variations
Color information
#3E328B (or 0x3E328B) is known color: Dark Slate Blue. HEX triplet: 3E, 32 and 8B. RGB value is (62,50,139). Sum of RGB (Red+Green+Blue) = 62+50+139=251 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.70% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E328B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E328B is #C1CD74. Grayscale: #3F3F3F. Windows color (decimal): -12701045 or 9122366. OLE color: 9122366.
HSL color Cylindrical-coordinate representation of color #3E328B: hue angle of 248.09º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E328B is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 50 | 139 | - |
| CMYK | 0.55 | 0.64 | 0 | 0.45 |
| HSL | 248.09º | 0.47% | 0.37% | - |
| HSV(B) | 248.09º | 0.64% | 0.55% | - |
| XYZ | 7.79 | 5.17 | 25.01 | - |
| YUV | 63.73 | 170.48 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 50 | 139 | 0.55 | 0.64 | 0 | 0.45 | 248.09 | 0.47 | 0.37 |
| Hex | 3E | 32 | 8B | 37 | 40 | 0 | 2D | F8 | 2F | 25 |
| Octal | 76 | 62 | 213 | 67 | 100 | 0 | 55 | 370 | 57 | 45 |
| Binary | 111110 | 110010 | 10001011 | 110111 | 1000000 | 0 | 101101 | 11111000 | 101111 | 100101 |
Color Harmonies of #3E328B
Complementary color
Monochromatic Colors of #3E328B
Black with #3E328B
Text Example
Text Example
White with #3E328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E328B; }
p { color: rgb(62,50,139); }
H1.HeaderClassName
{
color: #3E328B;
}
.AnyTagClassName
{
color: #3E328B;
}
</style>
background-color css
<style>
a { background-color: #3E328B; }
a { background-color: rgb(62,50,139); }
div.DivClassName
{
background-color: #3E328B;
}
.BgClassName
{
background-color: #3E328B;
}
</style>
border-color css
<style>
span { border-color: #3E328B; }
span { border-color: rgb(62,50,139); }
td.TdClassName
{
border-color: #3E328B;
}
.TagClassName
{
border-color: #3E328B;
}
</style>