Shades of Dark Slate Blue #3D4095
Tints of Dark Slate Blue #3D4095
RGB
CMYK
RGB Variations
Color information
#3D4095 (or 0x3D4095) is known color: Dark Slate Blue. HEX triplet: 3D, 40 and 95. RGB value is (61,64,149). Sum of RGB (Red+Green+Blue) = 61+64+149=274 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.26% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #3D4095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4095 is #C2BF6A. Grayscale: #484848. Windows color (decimal): -12762987 or 9781309. OLE color: 9781309.
HSL color Cylindrical-coordinate representation of color #3D4095: hue angle of 237.95º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D4095 is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 61 | 64 | 149 | - |
| CMYK | 0.59 | 0.57 | 0 | 0.42 |
| HSL | 237.95º | 0.42% | 0.41% | - |
| HSV(B) | 237.95º | 0.59% | 0.58% | - |
| XYZ | 9.18 | 6.83 | 29.27 | - |
| YUV | 72.79 | 171.01 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 64 | 149 | 0.59 | 0.57 | 0 | 0.42 | 237.95 | 0.42 | 0.41 |
| Hex | 3D | 40 | 95 | 3B | 39 | 0 | 2A | EE | 2A | 29 |
| Octal | 75 | 100 | 225 | 73 | 71 | 0 | 52 | 356 | 52 | 51 |
| Binary | 111101 | 1000000 | 10010101 | 111011 | 111001 | 0 | 101010 | 11101110 | 101010 | 101001 |
Color Harmonies of #3D4095
Complementary color
Monochromatic Colors of #3D4095
Black with #3D4095
Text Example
Text Example
White with #3D4095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4095; }
p { color: rgb(61,64,149); }
H1.HeaderClassName
{
color: #3D4095;
}
.AnyTagClassName
{
color: #3D4095;
}
</style>
background-color css
<style>
a { background-color: #3D4095; }
a { background-color: rgb(61,64,149); }
div.DivClassName
{
background-color: #3D4095;
}
.BgClassName
{
background-color: #3D4095;
}
</style>
border-color css
<style>
span { border-color: #3D4095; }
span { border-color: rgb(61,64,149); }
td.TdClassName
{
border-color: #3D4095;
}
.TagClassName
{
border-color: #3D4095;
}
</style>