Shades of Dark Slate Blue #3D3690
Tints of Dark Slate Blue #3D3690
RGB
CMYK
RGB Variations
Color information
#3D3690 (or 0x3D3690) is known color: Dark Slate Blue. HEX triplet: 3D, 36 and 90. RGB value is (61,54,144). Sum of RGB (Red+Green+Blue) = 61+54+144=259 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.55% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 144 (56.64% from 255 or 55.60% from 259); Max value from RGB is 144 - color contains mainly: blue. Hex color #3D3690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3690 is #C2C96F. Grayscale: #424242. Windows color (decimal): -12765552 or 9451069. OLE color: 9451069.
HSL color Cylindrical-coordinate representation of color #3D3690: hue angle of 244.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D3690 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 61 | 54 | 144 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.44 |
| HSL | 244.67º | 0.45% | 0.39% | - |
| HSV(B) | 244.67º | 0.63% | 0.56% | - |
| XYZ | 8.28 | 5.64 | 27.04 | - |
| YUV | 66.35 | 171.82 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 54 | 144 | 0.58 | 0.63 | 0 | 0.44 | 244.67 | 0.45 | 0.39 |
| Hex | 3D | 36 | 90 | 3A | 3F | 0 | 2C | F5 | 2D | 27 |
| Octal | 75 | 66 | 220 | 72 | 77 | 0 | 54 | 365 | 55 | 47 |
| Binary | 111101 | 110110 | 10010000 | 111010 | 111111 | 0 | 101100 | 11110101 | 101101 | 100111 |
Color Harmonies of #3D3690
Complementary color
Monochromatic Colors of #3D3690
Black with #3D3690
Text Example
Text Example
White with #3D3690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3690; }
p { color: rgb(61,54,144); }
H1.HeaderClassName
{
color: #3D3690;
}
.AnyTagClassName
{
color: #3D3690;
}
</style>
background-color css
<style>
a { background-color: #3D3690; }
a { background-color: rgb(61,54,144); }
div.DivClassName
{
background-color: #3D3690;
}
.BgClassName
{
background-color: #3D3690;
}
</style>
border-color css
<style>
span { border-color: #3D3690; }
span { border-color: rgb(61,54,144); }
td.TdClassName
{
border-color: #3D3690;
}
.TagClassName
{
border-color: #3D3690;
}
</style>