Shades of Dark Slate Blue #3F3786
Tints of Dark Slate Blue #3F3786
RGB
CMYK
RGB Variations
Color information
#3F3786 (or 0x3F3786) is known color: Dark Slate Blue. HEX triplet: 3F, 37 and 86. RGB value is (63,55,134). Sum of RGB (Red+Green+Blue) = 63+55+134=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 134 (52.73% from 255 or 53.17% from 252); Max value from RGB is 134 - color contains mainly: blue. Hex color #3F3786 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3786 is #C0C879. Grayscale: #424242. Windows color (decimal): -12634234 or 8795967. OLE color: 8795967.
HSL color Cylindrical-coordinate representation of color #3F3786: hue angle of 246.08º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F3786 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 55 | 134 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.47 |
| HSL | 246.08º | 0.42% | 0.37% | - |
| HSV(B) | 246.08º | 0.59% | 0.53% | - |
| XYZ | 7.72 | 5.51 | 23.21 | - |
| YUV | 66.4 | 166.15 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 55 | 134 | 0.53 | 0.59 | 0 | 0.47 | 246.08 | 0.42 | 0.37 |
| Hex | 3F | 37 | 86 | 35 | 3B | 0 | 2F | F6 | 2A | 25 |
| Octal | 77 | 67 | 206 | 65 | 73 | 0 | 57 | 366 | 52 | 45 |
| Binary | 111111 | 110111 | 10000110 | 110101 | 111011 | 0 | 101111 | 11110110 | 101010 | 100101 |
Color Harmonies of #3F3786
Complementary color
Monochromatic Colors of #3F3786
Black with #3F3786
Text Example
Text Example
White with #3F3786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3786; }
p { color: rgb(63,55,134); }
H1.HeaderClassName
{
color: #3F3786;
}
.AnyTagClassName
{
color: #3F3786;
}
</style>
background-color css
<style>
a { background-color: #3F3786; }
a { background-color: rgb(63,55,134); }
div.DivClassName
{
background-color: #3F3786;
}
.BgClassName
{
background-color: #3F3786;
}
</style>
border-color css
<style>
span { border-color: #3F3786; }
span { border-color: rgb(63,55,134); }
td.TdClassName
{
border-color: #3F3786;
}
.TagClassName
{
border-color: #3F3786;
}
</style>