Shades of Dark Slate Blue #3D3C95
Tints of Dark Slate Blue #3D3C95
RGB
CMYK
RGB Variations
Color information
#3D3C95 (or 0x3D3C95) is known color: Dark Slate Blue. HEX triplet: 3D, 3C and 95. RGB value is (61,60,149). Sum of RGB (Red+Green+Blue) = 61+60+149=270 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.59% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #3D3C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3C95 is #C2C36A. Grayscale: #464646. Windows color (decimal): -12764011 or 9780285. OLE color: 9780285.
HSL color Cylindrical-coordinate representation of color #3D3C95: hue angle of 240.67º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D3C95 is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 61 | 60 | 149 | - |
| CMYK | 0.59 | 0.60 | 0 | 0.42 |
| HSL | 240.67º | 0.43% | 0.41% | - |
| HSV(B) | 240.67º | 0.6% | 0.58% | - |
| XYZ | 8.97 | 6.39 | 29.2 | - |
| YUV | 70.45 | 172.33 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 60 | 149 | 0.59 | 0.60 | 0 | 0.42 | 240.67 | 0.43 | 0.41 |
| Hex | 3D | 3C | 95 | 3B | 3C | 0 | 2A | F1 | 2B | 29 |
| Octal | 75 | 74 | 225 | 73 | 74 | 0 | 52 | 361 | 53 | 51 |
| Binary | 111101 | 111100 | 10010101 | 111011 | 111100 | 0 | 101010 | 11110001 | 101011 | 101001 |
Color Harmonies of #3D3C95
Complementary color
Monochromatic Colors of #3D3C95
Black with #3D3C95
Text Example
Text Example
White with #3D3C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3C95; }
p { color: rgb(61,60,149); }
H1.HeaderClassName
{
color: #3D3C95;
}
.AnyTagClassName
{
color: #3D3C95;
}
</style>
background-color css
<style>
a { background-color: #3D3C95; }
a { background-color: rgb(61,60,149); }
div.DivClassName
{
background-color: #3D3C95;
}
.BgClassName
{
background-color: #3D3C95;
}
</style>
border-color css
<style>
span { border-color: #3D3C95; }
span { border-color: rgb(61,60,149); }
td.TdClassName
{
border-color: #3D3C95;
}
.TagClassName
{
border-color: #3D3C95;
}
</style>