Shades of Dark Slate Blue #3E369E
Tints of Dark Slate Blue #3E369E
RGB
CMYK
RGB Variations
Color information
#3E369E (or 0x3E369E) is known color: Dark Slate Blue. HEX triplet: 3E, 36 and 9E. RGB value is (62,54,158). Sum of RGB (Red+Green+Blue) = 62+54+158=274 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.63% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 158 (62.11% from 255 or 57.66% from 274); Max value from RGB is 158 - color contains mainly: blue. Hex color #3E369E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E369E is #C1C961. Grayscale: #434343. Windows color (decimal): -12700002 or 10368574. OLE color: 10368574.
HSL color Cylindrical-coordinate representation of color #3E369E: hue angle of 244.62º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E369E is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 62 | 54 | 158 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.38 |
| HSL | 244.62º | 0.49% | 0.42% | - |
| HSV(B) | 244.62º | 0.66% | 0.62% | - |
| XYZ | 9.48 | 6.13 | 33.03 | - |
| YUV | 68.25 | 178.65 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 54 | 158 | 0.61 | 0.66 | 0 | 0.38 | 244.62 | 0.49 | 0.42 |
| Hex | 3E | 36 | 9E | 3D | 42 | 0 | 26 | F5 | 31 | 2A |
| Octal | 76 | 66 | 236 | 75 | 102 | 0 | 46 | 365 | 61 | 52 |
| Binary | 111110 | 110110 | 10011110 | 111101 | 1000010 | 0 | 100110 | 11110101 | 110001 | 101010 |
Color Harmonies of #3E369E
Complementary color
Monochromatic Colors of #3E369E
Black with #3E369E
Text Example
Text Example
White with #3E369E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E369E; }
p { color: rgb(62,54,158); }
H1.HeaderClassName
{
color: #3E369E;
}
.AnyTagClassName
{
color: #3E369E;
}
</style>
background-color css
<style>
a { background-color: #3E369E; }
a { background-color: rgb(62,54,158); }
div.DivClassName
{
background-color: #3E369E;
}
.BgClassName
{
background-color: #3E369E;
}
</style>
border-color css
<style>
span { border-color: #3E369E; }
span { border-color: rgb(62,54,158); }
td.TdClassName
{
border-color: #3E369E;
}
.TagClassName
{
border-color: #3E369E;
}
</style>