Shades of Dark Slate Blue #3F3689
Tints of Dark Slate Blue #3F3689
RGB
CMYK
RGB Variations
Color information
#3F3689 (or 0x3F3689) is known color: Dark Slate Blue. HEX triplet: 3F, 36 and 89. RGB value is (63,54,137). Sum of RGB (Red+Green+Blue) = 63+54+137=254 (33% of max value = 765). Red value is 63 (25% from 255 or 24.80% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 137 (53.91% from 255 or 53.94% from 254); Max value from RGB is 137 - color contains mainly: blue. Hex color #3F3689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3689 is #C0C976. Grayscale: #414141. Windows color (decimal): -12634487 or 8992319. OLE color: 8992319.
HSL color Cylindrical-coordinate representation of color #3F3689: hue angle of 246.51º degrees, saturation: 0.43, 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 #3F3689 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 54 | 137 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.46 |
| HSL | 246.51º | 0.43% | 0.37% | - |
| HSV(B) | 246.51º | 0.61% | 0.54% | - |
| XYZ | 7.88 | 5.5 | 24.31 | - |
| YUV | 66.15 | 167.98 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 137 | 0.54 | 0.61 | 0 | 0.46 | 246.51 | 0.43 | 0.37 |
| Hex | 3F | 36 | 89 | 36 | 3D | 0 | 2E | F7 | 2B | 25 |
| Octal | 77 | 66 | 211 | 66 | 75 | 0 | 56 | 367 | 53 | 45 |
| Binary | 111111 | 110110 | 10001001 | 110110 | 111101 | 0 | 101110 | 11110111 | 101011 | 100101 |
Color Harmonies of #3F3689
Complementary color
Monochromatic Colors of #3F3689
Black with #3F3689
Text Example
Text Example
White with #3F3689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3689; }
p { color: rgb(63,54,137); }
H1.HeaderClassName
{
color: #3F3689;
}
.AnyTagClassName
{
color: #3F3689;
}
</style>
background-color css
<style>
a { background-color: #3F3689; }
a { background-color: rgb(63,54,137); }
div.DivClassName
{
background-color: #3F3689;
}
.BgClassName
{
background-color: #3F3689;
}
</style>
border-color css
<style>
span { border-color: #3F3689; }
span { border-color: rgb(63,54,137); }
td.TdClassName
{
border-color: #3F3689;
}
.TagClassName
{
border-color: #3F3689;
}
</style>