Shades of Dark Slate Blue #3D3495
Tints of Dark Slate Blue #3D3495
RGB
CMYK
RGB Variations
Color information
#3D3495 (or 0x3D3495) is known color: Dark Slate Blue. HEX triplet: 3D, 34 and 95. RGB value is (61,52,149). Sum of RGB (Red+Green+Blue) = 61+52+149=262 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.28% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 149 (58.59% from 255 or 56.87% from 262); Max value from RGB is 149 - color contains mainly: blue. Hex color #3D3495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3495 is #C2CB6A. Grayscale: #414141. Windows color (decimal): -12766059 or 9778237. OLE color: 9778237.
HSL color Cylindrical-coordinate representation of color #3D3495: hue angle of 245.57º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D3495 is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 61 | 52 | 149 | - |
| CMYK | 0.59 | 0.65 | 0 | 0.42 |
| HSL | 245.57º | 0.48% | 0.39% | - |
| HSV(B) | 245.57º | 0.65% | 0.58% | - |
| XYZ | 8.58 | 5.62 | 29.07 | - |
| YUV | 65.75 | 174.98 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 52 | 149 | 0.59 | 0.65 | 0 | 0.42 | 245.57 | 0.48 | 0.39 |
| Hex | 3D | 34 | 95 | 3B | 41 | 0 | 2A | F6 | 30 | 27 |
| Octal | 75 | 64 | 225 | 73 | 101 | 0 | 52 | 366 | 60 | 47 |
| Binary | 111101 | 110100 | 10010101 | 111011 | 1000001 | 0 | 101010 | 11110110 | 110000 | 100111 |
Color Harmonies of #3D3495
Complementary color
Monochromatic Colors of #3D3495
Black with #3D3495
Text Example
Text Example
White with #3D3495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3495; }
p { color: rgb(61,52,149); }
H1.HeaderClassName
{
color: #3D3495;
}
.AnyTagClassName
{
color: #3D3495;
}
</style>
background-color css
<style>
a { background-color: #3D3495; }
a { background-color: rgb(61,52,149); }
div.DivClassName
{
background-color: #3D3495;
}
.BgClassName
{
background-color: #3D3495;
}
</style>
border-color css
<style>
span { border-color: #3D3495; }
span { border-color: rgb(61,52,149); }
td.TdClassName
{
border-color: #3D3495;
}
.TagClassName
{
border-color: #3D3495;
}
</style>