Shades of Dark Slate Blue #3D4295
Tints of Dark Slate Blue #3D4295
RGB
CMYK
RGB Variations
Color information
#3D4295 (or 0x3D4295) is known color: Dark Slate Blue. HEX triplet: 3D, 42 and 95. RGB value is (61,66,149). Sum of RGB (Red+Green+Blue) = 61+66+149=276 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.10% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #3D4295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4295 is #C2BD6A. Grayscale: #494949. Windows color (decimal): -12762475 or 9781821. OLE color: 9781821.
HSL color Cylindrical-coordinate representation of color #3D4295: hue angle of 236.59º 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 #3D4295 is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 61 | 66 | 149 | - |
| CMYK | 0.59 | 0.56 | 0 | 0.42 |
| HSL | 236.59º | 0.42% | 0.41% | - |
| HSV(B) | 236.59º | 0.59% | 0.58% | - |
| XYZ | 9.3 | 7.06 | 29.31 | - |
| YUV | 73.97 | 170.34 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 66 | 149 | 0.59 | 0.56 | 0 | 0.42 | 236.59 | 0.42 | 0.41 |
| Hex | 3D | 42 | 95 | 3B | 38 | 0 | 2A | ED | 2A | 29 |
| Octal | 75 | 102 | 225 | 73 | 70 | 0 | 52 | 355 | 52 | 51 |
| Binary | 111101 | 1000010 | 10010101 | 111011 | 111000 | 0 | 101010 | 11101101 | 101010 | 101001 |
Color Harmonies of #3D4295
Complementary color
Monochromatic Colors of #3D4295
Black with #3D4295
Text Example
Text Example
White with #3D4295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4295; }
p { color: rgb(61,66,149); }
H1.HeaderClassName
{
color: #3D4295;
}
.AnyTagClassName
{
color: #3D4295;
}
</style>
background-color css
<style>
a { background-color: #3D4295; }
a { background-color: rgb(61,66,149); }
div.DivClassName
{
background-color: #3D4295;
}
.BgClassName
{
background-color: #3D4295;
}
</style>
border-color css
<style>
span { border-color: #3D4295; }
span { border-color: rgb(61,66,149); }
td.TdClassName
{
border-color: #3D4295;
}
.TagClassName
{
border-color: #3D4295;
}
</style>