Shades of Dark Slate Blue #3E379C
Tints of Dark Slate Blue #3E379C
RGB
CMYK
RGB Variations
Color information
#3E379C (or 0x3E379C) is known color: Dark Slate Blue. HEX triplet: 3E, 37 and 9C. RGB value is (62,55,156). Sum of RGB (Red+Green+Blue) = 62+55+156=273 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.71% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #3E379C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E379C is #C1C863. Grayscale: #444444. Windows color (decimal): -12699748 or 10237758. OLE color: 10237758.
HSL color Cylindrical-coordinate representation of color #3E379C: hue angle of 244.16º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E379C is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 62 | 55 | 156 | - |
| CMYK | 0.60 | 0.65 | 0 | 0.39 |
| HSL | 244.16º | 0.48% | 0.41% | - |
| HSV(B) | 244.16º | 0.65% | 0.61% | - |
| XYZ | 9.35 | 6.16 | 32.15 | - |
| YUV | 68.61 | 177.32 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 55 | 156 | 0.60 | 0.65 | 0 | 0.39 | 244.16 | 0.48 | 0.41 |
| Hex | 3E | 37 | 9C | 3C | 41 | 0 | 27 | F4 | 30 | 29 |
| Octal | 76 | 67 | 234 | 74 | 101 | 0 | 47 | 364 | 60 | 51 |
| Binary | 111110 | 110111 | 10011100 | 111100 | 1000001 | 0 | 100111 | 11110100 | 110000 | 101001 |
Color Harmonies of #3E379C
Complementary color
Monochromatic Colors of #3E379C
Black with #3E379C
Text Example
Text Example
White with #3E379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E379C; }
p { color: rgb(62,55,156); }
H1.HeaderClassName
{
color: #3E379C;
}
.AnyTagClassName
{
color: #3E379C;
}
</style>
background-color css
<style>
a { background-color: #3E379C; }
a { background-color: rgb(62,55,156); }
div.DivClassName
{
background-color: #3E379C;
}
.BgClassName
{
background-color: #3E379C;
}
</style>
border-color css
<style>
span { border-color: #3E379C; }
span { border-color: rgb(62,55,156); }
td.TdClassName
{
border-color: #3E379C;
}
.TagClassName
{
border-color: #3E379C;
}
</style>