Shades of Dark Slate Blue #3D389C
Tints of Dark Slate Blue #3D389C
RGB
CMYK
RGB Variations
Color information
#3D389C (or 0x3D389C) is known color: Dark Slate Blue. HEX triplet: 3D, 38 and 9C. RGB value is (61,56,156). Sum of RGB (Red+Green+Blue) = 61+56+156=273 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.34% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #3D389C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D389C is #C2C763. Grayscale: #444444. Windows color (decimal): -12765028 or 10238013. OLE color: 10238013.
HSL color Cylindrical-coordinate representation of color #3D389C: hue angle of 243º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D389C is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 61 | 56 | 156 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.39 |
| HSL | 243º | 0.47% | 0.42% | - |
| HSV(B) | 243º | 0.64% | 0.61% | - |
| XYZ | 9.34 | 6.22 | 32.16 | - |
| YUV | 68.9 | 177.16 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 56 | 156 | 0.61 | 0.64 | 0 | 0.39 | 243 | 0.47 | 0.42 |
| Hex | 3D | 38 | 9C | 3D | 40 | 0 | 27 | F3 | 2F | 2A |
| Octal | 75 | 70 | 234 | 75 | 100 | 0 | 47 | 363 | 57 | 52 |
| Binary | 111101 | 111000 | 10011100 | 111101 | 1000000 | 0 | 100111 | 11110011 | 101111 | 101010 |
Color Harmonies of #3D389C
Complementary color
Monochromatic Colors of #3D389C
Black with #3D389C
Text Example
Text Example
White with #3D389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D389C; }
p { color: rgb(61,56,156); }
H1.HeaderClassName
{
color: #3D389C;
}
.AnyTagClassName
{
color: #3D389C;
}
</style>
background-color css
<style>
a { background-color: #3D389C; }
a { background-color: rgb(61,56,156); }
div.DivClassName
{
background-color: #3D389C;
}
.BgClassName
{
background-color: #3D389C;
}
</style>
border-color css
<style>
span { border-color: #3D389C; }
span { border-color: rgb(61,56,156); }
td.TdClassName
{
border-color: #3D389C;
}
.TagClassName
{
border-color: #3D389C;
}
</style>