Shades of Dark Slate Blue #3F3589
Tints of Dark Slate Blue #3F3589
RGB
CMYK
RGB Variations
Color information
#3F3589 (or 0x3F3589) is known color: Dark Slate Blue. HEX triplet: 3F, 35 and 89. RGB value is (63,53,137). Sum of RGB (Red+Green+Blue) = 63+53+137=253 (33% of max value = 765). Red value is 63 (25% from 255 or 24.90% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 137 (53.91% from 255 or 54.15% from 253); Max value from RGB is 137 - color contains mainly: blue. Hex color #3F3589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3589 is #C0CA76. Grayscale: #414141. Windows color (decimal): -12634743 or 8992063. OLE color: 8992063.
HSL color Cylindrical-coordinate representation of color #3F3589: hue angle of 247.14º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3F3589 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 53 | 137 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.46 |
| HSL | 247.14º | 0.44% | 0.37% | - |
| HSV(B) | 247.14º | 0.61% | 0.54% | - |
| XYZ | 7.84 | 5.41 | 24.3 | - |
| YUV | 65.57 | 168.31 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 53 | 137 | 0.54 | 0.61 | 0 | 0.46 | 247.14 | 0.44 | 0.37 |
| Hex | 3F | 35 | 89 | 36 | 3D | 0 | 2E | F7 | 2C | 25 |
| Octal | 77 | 65 | 211 | 66 | 75 | 0 | 56 | 367 | 54 | 45 |
| Binary | 111111 | 110101 | 10001001 | 110110 | 111101 | 0 | 101110 | 11110111 | 101100 | 100101 |
Color Harmonies of #3F3589
Complementary color
Monochromatic Colors of #3F3589
Black with #3F3589
Text Example
Text Example
White with #3F3589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3589; }
p { color: rgb(63,53,137); }
H1.HeaderClassName
{
color: #3F3589;
}
.AnyTagClassName
{
color: #3F3589;
}
</style>
background-color css
<style>
a { background-color: #3F3589; }
a { background-color: rgb(63,53,137); }
div.DivClassName
{
background-color: #3F3589;
}
.BgClassName
{
background-color: #3F3589;
}
</style>
border-color css
<style>
span { border-color: #3F3589; }
span { border-color: rgb(63,53,137); }
td.TdClassName
{
border-color: #3F3589;
}
.TagClassName
{
border-color: #3F3589;
}
</style>