Shades of Dark Slate Blue #3F3684
Tints of Dark Slate Blue #3F3684
RGB
CMYK
RGB Variations
Color information
#3F3684 (or 0x3F3684) is known color: Dark Slate Blue. HEX triplet: 3F, 36 and 84. RGB value is (63,54,132). Sum of RGB (Red+Green+Blue) = 63+54+132=249 (32% of max value = 765). Red value is 63 (25% from 255 or 25.30% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 132 (51.95% from 255 or 53.01% from 249); Max value from RGB is 132 - color contains mainly: blue. Hex color #3F3684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3684 is #C0C97B. Grayscale: #414141. Windows color (decimal): -12634492 or 8664639. OLE color: 8664639.
HSL color Cylindrical-coordinate representation of color #3F3684: hue angle of 246.92º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F3684 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 63 | 54 | 132 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.48 |
| HSL | 246.92º | 0.42% | 0.36% | - |
| HSV(B) | 246.92º | 0.59% | 0.52% | - |
| XYZ | 7.53 | 5.36 | 22.47 | - |
| YUV | 65.58 | 165.48 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 132 | 0.52 | 0.59 | 0 | 0.48 | 246.92 | 0.42 | 0.36 |
| Hex | 3F | 36 | 84 | 34 | 3B | 0 | 30 | F7 | 2A | 24 |
| Octal | 77 | 66 | 204 | 64 | 73 | 0 | 60 | 367 | 52 | 44 |
| Binary | 111111 | 110110 | 10000100 | 110100 | 111011 | 0 | 110000 | 11110111 | 101010 | 100100 |
Color Harmonies of #3F3684
Complementary color
Monochromatic Colors of #3F3684
Black with #3F3684
Text Example
Text Example
White with #3F3684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3684; }
p { color: rgb(63,54,132); }
H1.HeaderClassName
{
color: #3F3684;
}
.AnyTagClassName
{
color: #3F3684;
}
</style>
background-color css
<style>
a { background-color: #3F3684; }
a { background-color: rgb(63,54,132); }
div.DivClassName
{
background-color: #3F3684;
}
.BgClassName
{
background-color: #3F3684;
}
</style>
border-color css
<style>
span { border-color: #3F3684; }
span { border-color: rgb(63,54,132); }
td.TdClassName
{
border-color: #3F3684;
}
.TagClassName
{
border-color: #3F3684;
}
</style>