Shades of Dark Slate Blue #3D3485
Tints of Dark Slate Blue #3D3485
RGB
CMYK
RGB Variations
Color information
#3D3485 (or 0x3D3485) is known color: Dark Slate Blue. HEX triplet: 3D, 34 and 85. RGB value is (61,52,133). Sum of RGB (Red+Green+Blue) = 61+52+133=246 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.80% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #3D3485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3485 is #C2CB7A. Grayscale: #3F3F3F. Windows color (decimal): -12766075 or 8729661. OLE color: 8729661.
HSL color Cylindrical-coordinate representation of color #3D3485: hue angle of 246.67º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D3485 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 52 | 133 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.48 |
| HSL | 246.67º | 0.44% | 0.36% | - |
| HSV(B) | 246.67º | 0.61% | 0.52% | - |
| XYZ | 7.39 | 5.14 | 22.79 | - |
| YUV | 63.93 | 166.98 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 52 | 133 | 0.54 | 0.61 | 0 | 0.48 | 246.67 | 0.44 | 0.36 |
| Hex | 3D | 34 | 85 | 36 | 3D | 0 | 30 | F7 | 2C | 24 |
| Octal | 75 | 64 | 205 | 66 | 75 | 0 | 60 | 367 | 54 | 44 |
| Binary | 111101 | 110100 | 10000101 | 110110 | 111101 | 0 | 110000 | 11110111 | 101100 | 100100 |
Color Harmonies of #3D3485
Complementary color
Monochromatic Colors of #3D3485
Black with #3D3485
Text Example
Text Example
White with #3D3485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3485; }
p { color: rgb(61,52,133); }
H1.HeaderClassName
{
color: #3D3485;
}
.AnyTagClassName
{
color: #3D3485;
}
</style>
background-color css
<style>
a { background-color: #3D3485; }
a { background-color: rgb(61,52,133); }
div.DivClassName
{
background-color: #3D3485;
}
.BgClassName
{
background-color: #3D3485;
}
</style>
border-color css
<style>
span { border-color: #3D3485; }
span { border-color: rgb(61,52,133); }
td.TdClassName
{
border-color: #3D3485;
}
.TagClassName
{
border-color: #3D3485;
}
</style>