Shades of Dark Slate Blue #3E288B
Tints of Dark Slate Blue #3E288B
RGB
CMYK
RGB Variations
Color information
#3E288B (or 0x3E288B) is known color: Dark Slate Blue. HEX triplet: 3E, 28 and 8B. RGB value is (62,40,139). Sum of RGB (Red+Green+Blue) = 62+40+139=241 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.73% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E288B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E288B is #C1D774. Grayscale: #393939. Windows color (decimal): -12703605 or 9119806. OLE color: 9119806.
HSL color Cylindrical-coordinate representation of color #3E288B: hue angle of 253.33º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E288B is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 40 | 139 | - |
| CMYK | 0.55 | 0.71 | 0 | 0.45 |
| HSL | 253.33º | 0.55% | 0.35% | - |
| HSV(B) | 253.33º | 0.71% | 0.55% | - |
| XYZ | 7.41 | 4.41 | 24.89 | - |
| YUV | 57.86 | 173.79 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 40 | 139 | 0.55 | 0.71 | 0 | 0.45 | 253.33 | 0.55 | 0.35 |
| Hex | 3E | 28 | 8B | 37 | 47 | 0 | 2D | FD | 37 | 23 |
| Octal | 76 | 50 | 213 | 67 | 107 | 0 | 55 | 375 | 67 | 43 |
| Binary | 111110 | 101000 | 10001011 | 110111 | 1000111 | 0 | 101101 | 11111101 | 110111 | 100011 |
Color Harmonies of #3E288B
Complementary color
Monochromatic Colors of #3E288B
Black with #3E288B
Text Example
Text Example
White with #3E288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E288B; }
p { color: rgb(62,40,139); }
H1.HeaderClassName
{
color: #3E288B;
}
.AnyTagClassName
{
color: #3E288B;
}
</style>
background-color css
<style>
a { background-color: #3E288B; }
a { background-color: rgb(62,40,139); }
div.DivClassName
{
background-color: #3E288B;
}
.BgClassName
{
background-color: #3E288B;
}
</style>
border-color css
<style>
span { border-color: #3E288B; }
span { border-color: rgb(62,40,139); }
td.TdClassName
{
border-color: #3E288B;
}
.TagClassName
{
border-color: #3E288B;
}
</style>