Shades of Dark Slate Blue #3D4397
Tints of Dark Slate Blue #3D4397
RGB
CMYK
RGB Variations
Color information
#3D4397 (or 0x3D4397) is known color: Dark Slate Blue. HEX triplet: 3D, 43 and 97. RGB value is (61,67,151). Sum of RGB (Red+Green+Blue) = 61+67+151=279 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.86% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 151 (59.38% from 255 or 54.12% from 279); Max value from RGB is 151 - color contains mainly: blue. Hex color #3D4397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4397 is #C2BC68. Grayscale: #4A4A4A. Windows color (decimal): -12762217 or 9913149. OLE color: 9913149.
HSL color Cylindrical-coordinate representation of color #3D4397: hue angle of 236º 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 #3D4397 is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 61 | 67 | 151 | - |
| CMYK | 0.60 | 0.56 | 0 | 0.41 |
| HSL | 236º | 0.42% | 0.42% | - |
| HSV(B) | 236º | 0.6% | 0.59% | - |
| XYZ | 9.52 | 7.24 | 30.17 | - |
| YUV | 74.78 | 171.01 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 67 | 151 | 0.60 | 0.56 | 0 | 0.41 | 236 | 0.42 | 0.42 |
| Hex | 3D | 43 | 97 | 3C | 38 | 0 | 29 | EC | 2A | 2A |
| Octal | 75 | 103 | 227 | 74 | 70 | 0 | 51 | 354 | 52 | 52 |
| Binary | 111101 | 1000011 | 10010111 | 111100 | 111000 | 0 | 101001 | 11101100 | 101010 | 101010 |
Color Harmonies of #3D4397
Complementary color
Monochromatic Colors of #3D4397
Black with #3D4397
Text Example
Text Example
White with #3D4397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4397; }
p { color: rgb(61,67,151); }
H1.HeaderClassName
{
color: #3D4397;
}
.AnyTagClassName
{
color: #3D4397;
}
</style>
background-color css
<style>
a { background-color: #3D4397; }
a { background-color: rgb(61,67,151); }
div.DivClassName
{
background-color: #3D4397;
}
.BgClassName
{
background-color: #3D4397;
}
</style>
border-color css
<style>
span { border-color: #3D4397; }
span { border-color: rgb(61,67,151); }
td.TdClassName
{
border-color: #3D4397;
}
.TagClassName
{
border-color: #3D4397;
}
</style>