Shades of Dark Slate Blue #3D398A
Tints of Dark Slate Blue #3D398A
RGB
CMYK
RGB Variations
Color information
#3D398A (or 0x3D398A) is known color: Dark Slate Blue. HEX triplet: 3D, 39 and 8A. RGB value is (61,57,138). Sum of RGB (Red+Green+Blue) = 61+57+138=256 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.83% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #3D398A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D398A is #C2C675. Grayscale: #434343. Windows color (decimal): -12764790 or 9058621. OLE color: 9058621.
HSL color Cylindrical-coordinate representation of color #3D398A: hue angle of 242.96º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D398A is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 61 | 57 | 138 | - |
| CMYK | 0.56 | 0.59 | 0 | 0.46 |
| HSL | 242.96º | 0.42% | 0.38% | - |
| HSV(B) | 242.96º | 0.59% | 0.54% | - |
| XYZ | 7.98 | 5.75 | 24.73 | - |
| YUV | 67.43 | 167.83 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 57 | 138 | 0.56 | 0.59 | 0 | 0.46 | 242.96 | 0.42 | 0.38 |
| Hex | 3D | 39 | 8A | 38 | 3B | 0 | 2E | F3 | 2A | 26 |
| Octal | 75 | 71 | 212 | 70 | 73 | 0 | 56 | 363 | 52 | 46 |
| Binary | 111101 | 111001 | 10001010 | 111000 | 111011 | 0 | 101110 | 11110011 | 101010 | 100110 |
Color Harmonies of #3D398A
Complementary color
Monochromatic Colors of #3D398A
Black with #3D398A
Text Example
Text Example
White with #3D398A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D398A; }
p { color: rgb(61,57,138); }
H1.HeaderClassName
{
color: #3D398A;
}
.AnyTagClassName
{
color: #3D398A;
}
</style>
background-color css
<style>
a { background-color: #3D398A; }
a { background-color: rgb(61,57,138); }
div.DivClassName
{
background-color: #3D398A;
}
.BgClassName
{
background-color: #3D398A;
}
</style>
border-color css
<style>
span { border-color: #3D398A; }
span { border-color: rgb(61,57,138); }
td.TdClassName
{
border-color: #3D398A;
}
.TagClassName
{
border-color: #3D398A;
}
</style>