Shades of Dark Slate Blue #3E3588
Tints of Dark Slate Blue #3E3588
RGB
CMYK
RGB Variations
Color information
#3E3588 (or 0x3E3588) is known color: Dark Slate Blue. HEX triplet: 3E, 35 and 88. RGB value is (62,53,136). Sum of RGB (Red+Green+Blue) = 62+53+136=251 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.70% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #3E3588 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3588 is #C1CA77. Grayscale: #404040. Windows color (decimal): -12700280 or 8926526. OLE color: 8926526.
HSL color Cylindrical-coordinate representation of color #3E3588: hue angle of 246.51º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E3588 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 53 | 136 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.47 |
| HSL | 246.51º | 0.44% | 0.37% | - |
| HSV(B) | 246.51º | 0.61% | 0.53% | - |
| XYZ | 7.7 | 5.35 | 23.92 | - |
| YUV | 65.15 | 167.98 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 53 | 136 | 0.54 | 0.61 | 0 | 0.47 | 246.51 | 0.44 | 0.37 |
| Hex | 3E | 35 | 88 | 36 | 3D | 0 | 2F | F7 | 2C | 25 |
| Octal | 76 | 65 | 210 | 66 | 75 | 0 | 57 | 367 | 54 | 45 |
| Binary | 111110 | 110101 | 10001000 | 110110 | 111101 | 0 | 101111 | 11110111 | 101100 | 100101 |
Color Harmonies of #3E3588
Complementary color
Monochromatic Colors of #3E3588
Black with #3E3588
Text Example
Text Example
White with #3E3588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3588; }
p { color: rgb(62,53,136); }
H1.HeaderClassName
{
color: #3E3588;
}
.AnyTagClassName
{
color: #3E3588;
}
</style>
background-color css
<style>
a { background-color: #3E3588; }
a { background-color: rgb(62,53,136); }
div.DivClassName
{
background-color: #3E3588;
}
.BgClassName
{
background-color: #3E3588;
}
</style>
border-color css
<style>
span { border-color: #3E3588; }
span { border-color: rgb(62,53,136); }
td.TdClassName
{
border-color: #3E3588;
}
.TagClassName
{
border-color: #3E3588;
}
</style>