Shades of Dark Slate Blue #3F3186
Tints of Dark Slate Blue #3F3186
RGB
CMYK
RGB Variations
Color information
#3F3186 (or 0x3F3186) is known color: Dark Slate Blue. HEX triplet: 3F, 31 and 86. RGB value is (63,49,134). Sum of RGB (Red+Green+Blue) = 63+49+134=246 (32% of max value = 765). Red value is 63 (25% from 255 or 25.61% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 134 (52.73% from 255 or 54.47% from 246); Max value from RGB is 134 - color contains mainly: blue. Hex color #3F3186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3186 is #C0CE79. Grayscale: #3E3E3E. Windows color (decimal): -12635770 or 8794431. OLE color: 8794431.
HSL color Cylindrical-coordinate representation of color #3F3186: hue angle of 249.88º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F3186 is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 49 | 134 | - |
| CMYK | 0.53 | 0.63 | 0 | 0.47 |
| HSL | 249.88º | 0.46% | 0.36% | - |
| HSV(B) | 249.88º | 0.63% | 0.53% | - |
| XYZ | 7.45 | 4.97 | 23.12 | - |
| YUV | 62.88 | 168.14 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 49 | 134 | 0.53 | 0.63 | 0 | 0.47 | 249.88 | 0.46 | 0.36 |
| Hex | 3F | 31 | 86 | 35 | 3F | 0 | 2F | FA | 2E | 24 |
| Octal | 77 | 61 | 206 | 65 | 77 | 0 | 57 | 372 | 56 | 44 |
| Binary | 111111 | 110001 | 10000110 | 110101 | 111111 | 0 | 101111 | 11111010 | 101110 | 100100 |
Color Harmonies of #3F3186
Complementary color
Monochromatic Colors of #3F3186
Black with #3F3186
Text Example
Text Example
White with #3F3186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3186; }
p { color: rgb(63,49,134); }
H1.HeaderClassName
{
color: #3F3186;
}
.AnyTagClassName
{
color: #3F3186;
}
</style>
background-color css
<style>
a { background-color: #3F3186; }
a { background-color: rgb(63,49,134); }
div.DivClassName
{
background-color: #3F3186;
}
.BgClassName
{
background-color: #3F3186;
}
</style>
border-color css
<style>
span { border-color: #3F3186; }
span { border-color: rgb(63,49,134); }
td.TdClassName
{
border-color: #3F3186;
}
.TagClassName
{
border-color: #3F3186;
}
</style>