Shades of Dark Slate Blue #3D389D
Tints of Dark Slate Blue #3D389D
RGB
CMYK
RGB Variations
Color information
#3D389D (or 0x3D389D) is known color: Dark Slate Blue. HEX triplet: 3D, 38 and 9D. RGB value is (61,56,157). Sum of RGB (Red+Green+Blue) = 61+56+157=274 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.26% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #3D389D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D389D is #C2C762. Grayscale: #444444. Windows color (decimal): -12765027 or 10303549. OLE color: 10303549.
HSL color Cylindrical-coordinate representation of color #3D389D: hue angle of 242.97º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D389D is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 61 | 56 | 157 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.38 |
| HSL | 242.97º | 0.47% | 0.42% | - |
| HSV(B) | 242.97º | 0.64% | 0.62% | - |
| XYZ | 9.42 | 6.25 | 32.61 | - |
| YUV | 69.01 | 177.66 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 56 | 157 | 0.61 | 0.64 | 0 | 0.38 | 242.97 | 0.47 | 0.42 |
| Hex | 3D | 38 | 9D | 3D | 40 | 0 | 26 | F3 | 2F | 2A |
| Octal | 75 | 70 | 235 | 75 | 100 | 0 | 46 | 363 | 57 | 52 |
| Binary | 111101 | 111000 | 10011101 | 111101 | 1000000 | 0 | 100110 | 11110011 | 101111 | 101010 |
Color Harmonies of #3D389D
Complementary color
Monochromatic Colors of #3D389D
Black with #3D389D
Text Example
Text Example
White with #3D389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D389D; }
p { color: rgb(61,56,157); }
H1.HeaderClassName
{
color: #3D389D;
}
.AnyTagClassName
{
color: #3D389D;
}
</style>
background-color css
<style>
a { background-color: #3D389D; }
a { background-color: rgb(61,56,157); }
div.DivClassName
{
background-color: #3D389D;
}
.BgClassName
{
background-color: #3D389D;
}
</style>
border-color css
<style>
span { border-color: #3D389D; }
span { border-color: rgb(61,56,157); }
td.TdClassName
{
border-color: #3D389D;
}
.TagClassName
{
border-color: #3D389D;
}
</style>