Shades of Dark Slate Blue #3D3E9D
Tints of Dark Slate Blue #3D3E9D
RGB
CMYK
RGB Variations
Color information
#3D3E9D (or 0x3D3E9D) is known color: Dark Slate Blue. HEX triplet: 3D, 3E and 9D. RGB value is (61,62,157). Sum of RGB (Red+Green+Blue) = 61+62+157=280 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.79% from 280); Green value is 62 (24.61% from 255 or 22.14% from 280); Blue value is 157 (61.72% from 255 or 56.07% from 280); Max value from RGB is 157 - color contains mainly: blue. Hex color #3D3E9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3E9D is #C2C162. Grayscale: #484848. Windows color (decimal): -12763491 or 10305085. OLE color: 10305085.
HSL color Cylindrical-coordinate representation of color #3D3E9D: hue angle of 239.38º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D3E9D is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 61 | 62 | 157 | - |
| CMYK | 0.61 | 0.61 | 0 | 0.38 |
| HSL | 239.38º | 0.44% | 0.43% | - |
| HSV(B) | 239.38º | 0.61% | 0.62% | - |
| XYZ | 9.73 | 6.87 | 32.71 | - |
| YUV | 72.53 | 175.67 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 62 | 157 | 0.61 | 0.61 | 0 | 0.38 | 239.38 | 0.44 | 0.43 |
| Hex | 3D | 3E | 9D | 3D | 3D | 0 | 26 | EF | 2C | 2B |
| Octal | 75 | 76 | 235 | 75 | 75 | 0 | 46 | 357 | 54 | 53 |
| Binary | 111101 | 111110 | 10011101 | 111101 | 111101 | 0 | 100110 | 11101111 | 101100 | 101011 |
Color Harmonies of #3D3E9D
Complementary color
Monochromatic Colors of #3D3E9D
Black with #3D3E9D
Text Example
Text Example
White with #3D3E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3E9D; }
p { color: rgb(61,62,157); }
H1.HeaderClassName
{
color: #3D3E9D;
}
.AnyTagClassName
{
color: #3D3E9D;
}
</style>
background-color css
<style>
a { background-color: #3D3E9D; }
a { background-color: rgb(61,62,157); }
div.DivClassName
{
background-color: #3D3E9D;
}
.BgClassName
{
background-color: #3D3E9D;
}
</style>
border-color css
<style>
span { border-color: #3D3E9D; }
span { border-color: rgb(61,62,157); }
td.TdClassName
{
border-color: #3D3E9D;
}
.TagClassName
{
border-color: #3D3E9D;
}
</style>