Shades of Dark Slate Blue #3D4091
Tints of Dark Slate Blue #3D4091
RGB
CMYK
RGB Variations
Color information
#3D4091 (or 0x3D4091) is known color: Dark Slate Blue. HEX triplet: 3D, 40 and 91. RGB value is (61,64,145). Sum of RGB (Red+Green+Blue) = 61+64+145=270 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.59% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 145 (57.03% from 255 or 53.70% from 270); Max value from RGB is 145 - color contains mainly: blue. Hex color #3D4091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4091 is #C2BF6E. Grayscale: #484848. Windows color (decimal): -12762991 or 9519165. OLE color: 9519165.
HSL color Cylindrical-coordinate representation of color #3D4091: hue angle of 237.86º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D4091 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 61 | 64 | 145 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.43 |
| HSL | 237.86º | 0.41% | 0.4% | - |
| HSV(B) | 237.86º | 0.58% | 0.57% | - |
| XYZ | 8.87 | 6.7 | 27.61 | - |
| YUV | 72.34 | 169.01 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 64 | 145 | 0.58 | 0.56 | 0 | 0.43 | 237.86 | 0.41 | 0.4 |
| Hex | 3D | 40 | 91 | 3A | 38 | 0 | 2B | EE | 29 | 28 |
| Octal | 75 | 100 | 221 | 72 | 70 | 0 | 53 | 356 | 51 | 50 |
| Binary | 111101 | 1000000 | 10010001 | 111010 | 111000 | 0 | 101011 | 11101110 | 101001 | 101000 |
Color Harmonies of #3D4091
Complementary color
Monochromatic Colors of #3D4091
Black with #3D4091
Text Example
Text Example
White with #3D4091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4091; }
p { color: rgb(61,64,145); }
H1.HeaderClassName
{
color: #3D4091;
}
.AnyTagClassName
{
color: #3D4091;
}
</style>
background-color css
<style>
a { background-color: #3D4091; }
a { background-color: rgb(61,64,145); }
div.DivClassName
{
background-color: #3D4091;
}
.BgClassName
{
background-color: #3D4091;
}
</style>
border-color css
<style>
span { border-color: #3D4091; }
span { border-color: rgb(61,64,145); }
td.TdClassName
{
border-color: #3D4091;
}
.TagClassName
{
border-color: #3D4091;
}
</style>