Shades of Dark Slate Blue #3D4497
Tints of Dark Slate Blue #3D4497
RGB
CMYK
RGB Variations
Color information
#3D4497 (or 0x3D4497) is known color: Dark Slate Blue. HEX triplet: 3D, 44 and 97. RGB value is (61,68,151). Sum of RGB (Red+Green+Blue) = 61+68+151=280 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.79% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 151 (59.38% from 255 or 53.93% from 280); Max value from RGB is 151 - color contains mainly: blue. Hex color #3D4497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4497 is #C2BB68. Grayscale: #4B4B4B. Windows color (decimal): -12761961 or 9913405. OLE color: 9913405.
HSL color Cylindrical-coordinate representation of color #3D4497: hue angle of 235.33º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D4497 is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 61 | 68 | 151 | - |
| CMYK | 0.60 | 0.55 | 0 | 0.41 |
| HSL | 235.33º | 0.42% | 0.42% | - |
| HSV(B) | 235.33º | 0.6% | 0.59% | - |
| XYZ | 9.58 | 7.36 | 30.19 | - |
| YUV | 75.37 | 170.68 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 68 | 151 | 0.60 | 0.55 | 0 | 0.41 | 235.33 | 0.42 | 0.42 |
| Hex | 3D | 44 | 97 | 3C | 37 | 0 | 29 | EB | 2A | 2A |
| Octal | 75 | 104 | 227 | 74 | 67 | 0 | 51 | 353 | 52 | 52 |
| Binary | 111101 | 1000100 | 10010111 | 111100 | 110111 | 0 | 101001 | 11101011 | 101010 | 101010 |
Color Harmonies of #3D4497
Complementary color
Monochromatic Colors of #3D4497
Black with #3D4497
Text Example
Text Example
White with #3D4497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4497; }
p { color: rgb(61,68,151); }
H1.HeaderClassName
{
color: #3D4497;
}
.AnyTagClassName
{
color: #3D4497;
}
</style>
background-color css
<style>
a { background-color: #3D4497; }
a { background-color: rgb(61,68,151); }
div.DivClassName
{
background-color: #3D4497;
}
.BgClassName
{
background-color: #3D4497;
}
</style>
border-color css
<style>
span { border-color: #3D4497; }
span { border-color: rgb(61,68,151); }
td.TdClassName
{
border-color: #3D4497;
}
.TagClassName
{
border-color: #3D4497;
}
</style>