Shades of Dark Slate Blue #3F3289
Tints of Dark Slate Blue #3F3289
RGB
CMYK
RGB Variations
Color information
#3F3289 (or 0x3F3289) is known color: Dark Slate Blue. HEX triplet: 3F, 32 and 89. RGB value is (63,50,137). Sum of RGB (Red+Green+Blue) = 63+50+137=250 (33% of max value = 765). Red value is 63 (25% from 255 or 25.2% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 137 (53.91% from 255 or 54.8% from 250); Max value from RGB is 137 - color contains mainly: blue. Hex color #3F3289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3289 is #C0CD76. Grayscale: #3F3F3F. Windows color (decimal): -12635511 or 8991295. OLE color: 8991295.
HSL color Cylindrical-coordinate representation of color #3F3289: hue angle of 248.97º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F3289 is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 50 | 137 | - |
| CMYK | 0.54 | 0.64 | 0 | 0.46 |
| HSL | 248.97º | 0.47% | 0.37% | - |
| HSV(B) | 248.97º | 0.64% | 0.54% | - |
| XYZ | 7.71 | 5.14 | 24.25 | - |
| YUV | 63.81 | 169.31 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 137 | 0.54 | 0.64 | 0 | 0.46 | 248.97 | 0.47 | 0.37 |
| Hex | 3F | 32 | 89 | 36 | 40 | 0 | 2E | F9 | 2F | 25 |
| Octal | 77 | 62 | 211 | 66 | 100 | 0 | 56 | 371 | 57 | 45 |
| Binary | 111111 | 110010 | 10001001 | 110110 | 1000000 | 0 | 101110 | 11111001 | 101111 | 100101 |
Color Harmonies of #3F3289
Complementary color
Monochromatic Colors of #3F3289
Black with #3F3289
Text Example
Text Example
White with #3F3289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3289; }
p { color: rgb(63,50,137); }
H1.HeaderClassName
{
color: #3F3289;
}
.AnyTagClassName
{
color: #3F3289;
}
</style>
background-color css
<style>
a { background-color: #3F3289; }
a { background-color: rgb(63,50,137); }
div.DivClassName
{
background-color: #3F3289;
}
.BgClassName
{
background-color: #3F3289;
}
</style>
border-color css
<style>
span { border-color: #3F3289; }
span { border-color: rgb(63,50,137); }
td.TdClassName
{
border-color: #3F3289;
}
.TagClassName
{
border-color: #3F3289;
}
</style>