Shades of Dark Slate Blue #3E439B
Tints of Dark Slate Blue #3E439B
RGB
CMYK
RGB Variations
Color information
#3E439B (or 0x3E439B) is known color: Dark Slate Blue. HEX triplet: 3E, 43 and 9B. RGB value is (62,67,155). Sum of RGB (Red+Green+Blue) = 62+67+155=284 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.83% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 155 (60.94% from 255 or 54.58% from 284); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E439B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E439B is #C1BC64. Grayscale: #4B4B4B. Windows color (decimal): -12696677 or 10175294. OLE color: 10175294.
HSL color Cylindrical-coordinate representation of color #3E439B: hue angle of 236.77º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E439B is Cyan = 0.6, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 62 | 67 | 155 | - |
| CMYK | 0.6 | 0.57 | 0 | 0.39 |
| HSL | 236.77º | 0.43% | 0.43% | - |
| HSV(B) | 236.77º | 0.6% | 0.61% | - |
| XYZ | 9.91 | 7.41 | 31.92 | - |
| YUV | 75.54 | 172.84 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 67 | 155 | 0.6 | 0.57 | 0 | 0.39 | 236.77 | 0.43 | 0.43 |
| Hex | 3E | 43 | 9B | 3C | 39 | 0 | 27 | ED | 2B | 2B |
| Octal | 76 | 103 | 233 | 74 | 71 | 0 | 47 | 355 | 53 | 53 |
| Binary | 111110 | 1000011 | 10011011 | 111100 | 111001 | 0 | 100111 | 11101101 | 101011 | 101011 |
Color Harmonies of #3E439B
Complementary color
Monochromatic Colors of #3E439B
Black with #3E439B
Text Example
Text Example
White with #3E439B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E439B; }
p { color: rgb(62,67,155); }
H1.HeaderClassName
{
color: #3E439B;
}
.AnyTagClassName
{
color: #3E439B;
}
</style>
background-color css
<style>
a { background-color: #3E439B; }
a { background-color: rgb(62,67,155); }
div.DivClassName
{
background-color: #3E439B;
}
.BgClassName
{
background-color: #3E439B;
}
</style>
border-color css
<style>
span { border-color: #3E439B; }
span { border-color: rgb(62,67,155); }
td.TdClassName
{
border-color: #3E439B;
}
.TagClassName
{
border-color: #3E439B;
}
</style>