Shades of Dark Slate Blue #3E348B
Tints of Dark Slate Blue #3E348B
RGB
CMYK
RGB Variations
Color information
#3E348B (or 0x3E348B) is known color: Dark Slate Blue. HEX triplet: 3E, 34 and 8B. RGB value is (62,52,139). Sum of RGB (Red+Green+Blue) = 62+52+139=253 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.51% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E348B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E348B is #C1CB74. Grayscale: #404040. Windows color (decimal): -12700533 or 9122878. OLE color: 9122878.
HSL color Cylindrical-coordinate representation of color #3E348B: hue angle of 246.9º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3E348B is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 52 | 139 | - |
| CMYK | 0.55 | 0.63 | 0 | 0.45 |
| HSL | 246.9º | 0.46% | 0.37% | - |
| HSV(B) | 246.9º | 0.63% | 0.55% | - |
| XYZ | 7.87 | 5.34 | 25.04 | - |
| YUV | 64.91 | 169.81 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 52 | 139 | 0.55 | 0.63 | 0 | 0.45 | 246.9 | 0.46 | 0.37 |
| Hex | 3E | 34 | 8B | 37 | 3F | 0 | 2D | F7 | 2E | 25 |
| Octal | 76 | 64 | 213 | 67 | 77 | 0 | 55 | 367 | 56 | 45 |
| Binary | 111110 | 110100 | 10001011 | 110111 | 111111 | 0 | 101101 | 11110111 | 101110 | 100101 |
Color Harmonies of #3E348B
Complementary color
Monochromatic Colors of #3E348B
Black with #3E348B
Text Example
Text Example
White with #3E348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E348B; }
p { color: rgb(62,52,139); }
H1.HeaderClassName
{
color: #3E348B;
}
.AnyTagClassName
{
color: #3E348B;
}
</style>
background-color css
<style>
a { background-color: #3E348B; }
a { background-color: rgb(62,52,139); }
div.DivClassName
{
background-color: #3E348B;
}
.BgClassName
{
background-color: #3E348B;
}
</style>
border-color css
<style>
span { border-color: #3E348B; }
span { border-color: rgb(62,52,139); }
td.TdClassName
{
border-color: #3E348B;
}
.TagClassName
{
border-color: #3E348B;
}
</style>