Shades of Dark Slate Blue #3F3889
Tints of Dark Slate Blue #3F3889
RGB
CMYK
RGB Variations
Color information
#3F3889 (or 0x3F3889) is known color: Dark Slate Blue. HEX triplet: 3F, 38 and 89. RGB value is (63,56,137). Sum of RGB (Red+Green+Blue) = 63+56+137=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #3F3889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3889 is #C0C776. Grayscale: #434343. Windows color (decimal): -12633975 or 8992831. OLE color: 8992831.
HSL color Cylindrical-coordinate representation of color #3F3889: hue angle of 245.19º 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 #3F3889 is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 56 | 137 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.46 |
| HSL | 245.19º | 0.42% | 0.38% | - |
| HSV(B) | 245.19º | 0.59% | 0.54% | - |
| XYZ | 7.98 | 5.69 | 24.34 | - |
| YUV | 67.33 | 167.32 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 56 | 137 | 0.54 | 0.59 | 0 | 0.46 | 245.19 | 0.42 | 0.38 |
| Hex | 3F | 38 | 89 | 36 | 3B | 0 | 2E | F5 | 2A | 26 |
| Octal | 77 | 70 | 211 | 66 | 73 | 0 | 56 | 365 | 52 | 46 |
| Binary | 111111 | 111000 | 10001001 | 110110 | 111011 | 0 | 101110 | 11110101 | 101010 | 100110 |
Color Harmonies of #3F3889
Complementary color
Monochromatic Colors of #3F3889
Black with #3F3889
Text Example
Text Example
White with #3F3889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3889; }
p { color: rgb(63,56,137); }
H1.HeaderClassName
{
color: #3F3889;
}
.AnyTagClassName
{
color: #3F3889;
}
</style>
background-color css
<style>
a { background-color: #3F3889; }
a { background-color: rgb(63,56,137); }
div.DivClassName
{
background-color: #3F3889;
}
.BgClassName
{
background-color: #3F3889;
}
</style>
border-color css
<style>
span { border-color: #3F3889; }
span { border-color: rgb(63,56,137); }
td.TdClassName
{
border-color: #3F3889;
}
.TagClassName
{
border-color: #3F3889;
}
</style>