Shades of Dark Slate Blue #3E308B
Tints of Dark Slate Blue #3E308B
RGB
CMYK
RGB Variations
Color information
#3E308B (or 0x3E308B) is known color: Dark Slate Blue. HEX triplet: 3E, 30 and 8B. RGB value is (62,48,139). Sum of RGB (Red+Green+Blue) = 62+48+139=249 (32% of max value = 765). Red value is 62 (24.61% from 255 or 24.90% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E308B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E308B is #C1CF74. Grayscale: #3E3E3E. Windows color (decimal): -12701557 or 9121854. OLE color: 9121854.
HSL color Cylindrical-coordinate representation of color #3E308B: hue angle of 249.23º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E308B is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 48 | 139 | - |
| CMYK | 0.55 | 0.65 | 0 | 0.45 |
| HSL | 249.23º | 0.49% | 0.37% | - |
| HSV(B) | 249.23º | 0.65% | 0.55% | - |
| XYZ | 7.7 | 5 | 24.99 | - |
| YUV | 62.56 | 171.14 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 48 | 139 | 0.55 | 0.65 | 0 | 0.45 | 249.23 | 0.49 | 0.37 |
| Hex | 3E | 30 | 8B | 37 | 41 | 0 | 2D | F9 | 31 | 25 |
| Octal | 76 | 60 | 213 | 67 | 101 | 0 | 55 | 371 | 61 | 45 |
| Binary | 111110 | 110000 | 10001011 | 110111 | 1000001 | 0 | 101101 | 11111001 | 110001 | 100101 |
Color Harmonies of #3E308B
Complementary color
Monochromatic Colors of #3E308B
Black with #3E308B
Text Example
Text Example
White with #3E308B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E308B; }
p { color: rgb(62,48,139); }
H1.HeaderClassName
{
color: #3E308B;
}
.AnyTagClassName
{
color: #3E308B;
}
</style>
background-color css
<style>
a { background-color: #3E308B; }
a { background-color: rgb(62,48,139); }
div.DivClassName
{
background-color: #3E308B;
}
.BgClassName
{
background-color: #3E308B;
}
</style>
border-color css
<style>
span { border-color: #3E308B; }
span { border-color: rgb(62,48,139); }
td.TdClassName
{
border-color: #3E308B;
}
.TagClassName
{
border-color: #3E308B;
}
</style>