Shades of Dark Slate Blue #3E339A
Tints of Dark Slate Blue #3E339A
RGB
CMYK
RGB Variations
Color information
#3E339A (or 0x3E339A) is known color: Dark Slate Blue. HEX triplet: 3E, 33 and 9A. RGB value is (62,51,154). Sum of RGB (Red+Green+Blue) = 62+51+154=267 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.22% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 154 (60.55% from 255 or 57.68% from 267); Max value from RGB is 154 - color contains mainly: blue. Hex color #3E339A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E339A is #C1CC65. Grayscale: #414141. Windows color (decimal): -12700774 or 10105662. OLE color: 10105662.
HSL color Cylindrical-coordinate representation of color #3E339A: hue angle of 246.41º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E339A is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 62 | 51 | 154 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.40 |
| HSL | 246.41º | 0.5% | 0.4% | - |
| HSV(B) | 246.41º | 0.67% | 0.6% | - |
| XYZ | 9 | 5.72 | 31.2 | - |
| YUV | 66.03 | 177.64 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 51 | 154 | 0.60 | 0.67 | 0 | 0.40 | 246.41 | 0.5 | 0.4 |
| Hex | 3E | 33 | 9A | 3C | 43 | 0 | 28 | F6 | 32 | 28 |
| Octal | 76 | 63 | 232 | 74 | 103 | 0 | 50 | 366 | 62 | 50 |
| Binary | 111110 | 110011 | 10011010 | 111100 | 1000011 | 0 | 101000 | 11110110 | 110010 | 101000 |
Color Harmonies of #3E339A
Complementary color
Monochromatic Colors of #3E339A
Black with #3E339A
Text Example
Text Example
White with #3E339A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E339A; }
p { color: rgb(62,51,154); }
H1.HeaderClassName
{
color: #3E339A;
}
.AnyTagClassName
{
color: #3E339A;
}
</style>
background-color css
<style>
a { background-color: #3E339A; }
a { background-color: rgb(62,51,154); }
div.DivClassName
{
background-color: #3E339A;
}
.BgClassName
{
background-color: #3E339A;
}
</style>
border-color css
<style>
span { border-color: #3E339A; }
span { border-color: rgb(62,51,154); }
td.TdClassName
{
border-color: #3E339A;
}
.TagClassName
{
border-color: #3E339A;
}
</style>