Shades of Dark Slate Blue #3D3988
Tints of Dark Slate Blue #3D3988
RGB
CMYK
RGB Variations
Color information
#3D3988 (or 0x3D3988) is known color: Dark Slate Blue. HEX triplet: 3D, 39 and 88. RGB value is (61,57,136). Sum of RGB (Red+Green+Blue) = 61+57+136=254 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.02% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 136 (53.52% from 255 or 53.54% from 254); Max value from RGB is 136 - color contains mainly: blue. Hex color #3D3988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3988 is #C2C677. Grayscale: #424242. Windows color (decimal): -12764792 or 8927549. OLE color: 8927549.
HSL color Cylindrical-coordinate representation of color #3D3988: hue angle of 243.04º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D3988 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 61 | 57 | 136 | - |
| CMYK | 0.55 | 0.58 | 0 | 0.47 |
| HSL | 243.04º | 0.41% | 0.38% | - |
| HSV(B) | 243.04º | 0.58% | 0.53% | - |
| XYZ | 7.83 | 5.7 | 23.98 | - |
| YUV | 67.2 | 166.83 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 57 | 136 | 0.55 | 0.58 | 0 | 0.47 | 243.04 | 0.41 | 0.38 |
| Hex | 3D | 39 | 88 | 37 | 3A | 0 | 2F | F3 | 29 | 26 |
| Octal | 75 | 71 | 210 | 67 | 72 | 0 | 57 | 363 | 51 | 46 |
| Binary | 111101 | 111001 | 10001000 | 110111 | 111010 | 0 | 101111 | 11110011 | 101001 | 100110 |
Color Harmonies of #3D3988
Complementary color
Monochromatic Colors of #3D3988
Black with #3D3988
Text Example
Text Example
White with #3D3988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3988; }
p { color: rgb(61,57,136); }
H1.HeaderClassName
{
color: #3D3988;
}
.AnyTagClassName
{
color: #3D3988;
}
</style>
background-color css
<style>
a { background-color: #3D3988; }
a { background-color: rgb(61,57,136); }
div.DivClassName
{
background-color: #3D3988;
}
.BgClassName
{
background-color: #3D3988;
}
</style>
border-color css
<style>
span { border-color: #3D3988; }
span { border-color: rgb(61,57,136); }
td.TdClassName
{
border-color: #3D3988;
}
.TagClassName
{
border-color: #3D3988;
}
</style>