Shades of Dark Slate Blue #3D3EA5
Tints of Dark Slate Blue #3D3EA5
RGB
CMYK
RGB Variations
Color information
#3D3EA5 (or 0x3D3EA5) is known color: Dark Slate Blue. HEX triplet: 3D, 3E and A5. RGB value is (61,62,165). Sum of RGB (Red+Green+Blue) = 61+62+165=288 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.18% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 165 (64.84% from 255 or 57.29% from 288); Max value from RGB is 165 - color contains mainly: blue. Hex color #3D3EA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3EA5 is #C2C15A. Grayscale: #494949. Windows color (decimal): -12763483 or 10829373. OLE color: 10829373.
HSL color Cylindrical-coordinate representation of color #3D3EA5: hue angle of 239.42º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D3EA5 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 61 | 62 | 165 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.35 |
| HSL | 239.42º | 0.46% | 0.44% | - |
| HSV(B) | 239.42º | 0.63% | 0.65% | - |
| XYZ | 10.44 | 7.15 | 36.43 | - |
| YUV | 73.44 | 179.67 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 62 | 165 | 0.63 | 0.62 | 0 | 0.35 | 239.42 | 0.46 | 0.44 |
| Hex | 3D | 3E | A5 | 3F | 3E | 0 | 23 | EF | 2E | 2C |
| Octal | 75 | 76 | 245 | 77 | 76 | 0 | 43 | 357 | 56 | 54 |
| Binary | 111101 | 111110 | 10100101 | 111111 | 111110 | 0 | 100011 | 11101111 | 101110 | 101100 |
Color Harmonies of #3D3EA5
Complementary color
Monochromatic Colors of #3D3EA5
Black with #3D3EA5
Text Example
Text Example
White with #3D3EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3EA5; }
p { color: rgb(61,62,165); }
H1.HeaderClassName
{
color: #3D3EA5;
}
.AnyTagClassName
{
color: #3D3EA5;
}
</style>
background-color css
<style>
a { background-color: #3D3EA5; }
a { background-color: rgb(61,62,165); }
div.DivClassName
{
background-color: #3D3EA5;
}
.BgClassName
{
background-color: #3D3EA5;
}
</style>
border-color css
<style>
span { border-color: #3D3EA5; }
span { border-color: rgb(61,62,165); }
td.TdClassName
{
border-color: #3D3EA5;
}
.TagClassName
{
border-color: #3D3EA5;
}
</style>