Shades of Dark Slate Blue #3D3587
Tints of Dark Slate Blue #3D3587
RGB
CMYK
RGB Variations
Color information
#3D3587 (or 0x3D3587) is known color: Dark Slate Blue. HEX triplet: 3D, 35 and 87. RGB value is (61,53,135). Sum of RGB (Red+Green+Blue) = 61+53+135=249 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.50% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 135 (53.12% from 255 or 54.22% from 249); Max value from RGB is 135 - color contains mainly: blue. Hex color #3D3587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3587 is #C2CA78. Grayscale: #404040. Windows color (decimal): -12765817 or 8860989. OLE color: 8860989.
HSL color Cylindrical-coordinate representation of color #3D3587: hue angle of 245.85º 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 #3D3587 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 61 | 53 | 135 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.47 |
| HSL | 245.85º | 0.44% | 0.37% | - |
| HSV(B) | 245.85º | 0.61% | 0.53% | - |
| XYZ | 7.57 | 5.29 | 23.54 | - |
| YUV | 64.74 | 167.65 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 53 | 135 | 0.55 | 0.61 | 0 | 0.47 | 245.85 | 0.44 | 0.37 |
| Hex | 3D | 35 | 87 | 37 | 3D | 0 | 2F | F6 | 2C | 25 |
| Octal | 75 | 65 | 207 | 67 | 75 | 0 | 57 | 366 | 54 | 45 |
| Binary | 111101 | 110101 | 10000111 | 110111 | 111101 | 0 | 101111 | 11110110 | 101100 | 100101 |
Color Harmonies of #3D3587
Complementary color
Monochromatic Colors of #3D3587
Black with #3D3587
Text Example
Text Example
White with #3D3587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3587; }
p { color: rgb(61,53,135); }
H1.HeaderClassName
{
color: #3D3587;
}
.AnyTagClassName
{
color: #3D3587;
}
</style>
background-color css
<style>
a { background-color: #3D3587; }
a { background-color: rgb(61,53,135); }
div.DivClassName
{
background-color: #3D3587;
}
.BgClassName
{
background-color: #3D3587;
}
</style>
border-color css
<style>
span { border-color: #3D3587; }
span { border-color: rgb(61,53,135); }
td.TdClassName
{
border-color: #3D3587;
}
.TagClassName
{
border-color: #3D3587;
}
</style>