Shades of Dark Slate Blue #3F3389
Tints of Dark Slate Blue #3F3389
RGB
CMYK
RGB Variations
Color information
#3F3389 (or 0x3F3389) is known color: Dark Slate Blue. HEX triplet: 3F, 33 and 89. RGB value is (63,51,137). Sum of RGB (Red+Green+Blue) = 63+51+137=251 (33% of max value = 765). Red value is 63 (25% from 255 or 25.10% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 137 (53.91% from 255 or 54.58% from 251); Max value from RGB is 137 - color contains mainly: blue. Hex color #3F3389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3389 is #C0CC76. Grayscale: #404040. Windows color (decimal): -12635255 or 8991551. OLE color: 8991551.
HSL color Cylindrical-coordinate representation of color #3F3389: hue angle of 248.37º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F3389 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 51 | 137 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.46 |
| HSL | 248.37º | 0.46% | 0.37% | - |
| HSV(B) | 248.37º | 0.63% | 0.54% | - |
| XYZ | 7.75 | 5.23 | 24.27 | - |
| YUV | 64.39 | 168.98 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 51 | 137 | 0.54 | 0.63 | 0 | 0.46 | 248.37 | 0.46 | 0.37 |
| Hex | 3F | 33 | 89 | 36 | 3F | 0 | 2E | F8 | 2E | 25 |
| Octal | 77 | 63 | 211 | 66 | 77 | 0 | 56 | 370 | 56 | 45 |
| Binary | 111111 | 110011 | 10001001 | 110110 | 111111 | 0 | 101110 | 11111000 | 101110 | 100101 |
Color Harmonies of #3F3389
Complementary color
Monochromatic Colors of #3F3389
Black with #3F3389
Text Example
Text Example
White with #3F3389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3389; }
p { color: rgb(63,51,137); }
H1.HeaderClassName
{
color: #3F3389;
}
.AnyTagClassName
{
color: #3F3389;
}
</style>
background-color css
<style>
a { background-color: #3F3389; }
a { background-color: rgb(63,51,137); }
div.DivClassName
{
background-color: #3F3389;
}
.BgClassName
{
background-color: #3F3389;
}
</style>
border-color css
<style>
span { border-color: #3F3389; }
span { border-color: rgb(63,51,137); }
td.TdClassName
{
border-color: #3F3389;
}
.TagClassName
{
border-color: #3F3389;
}
</style>