Shades of Dark Slate Blue #3F3485
Tints of Dark Slate Blue #3F3485
RGB
CMYK
RGB Variations
Color information
#3F3485 (or 0x3F3485) is known color: Dark Slate Blue. HEX triplet: 3F, 34 and 85. RGB value is (63,52,133). Sum of RGB (Red+Green+Blue) = 63+52+133=248 (32% of max value = 765). Red value is 63 (25% from 255 or 25.40% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #3F3485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3485 is #C0CB7A. Grayscale: #404040. Windows color (decimal): -12635003 or 8729663. OLE color: 8729663.
HSL color Cylindrical-coordinate representation of color #3F3485: hue angle of 248.15º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3F3485 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 63 | 52 | 133 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.48 |
| HSL | 248.15º | 0.44% | 0.36% | - |
| HSV(B) | 248.15º | 0.61% | 0.52% | - |
| XYZ | 7.51 | 5.21 | 22.8 | - |
| YUV | 64.52 | 166.64 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 52 | 133 | 0.53 | 0.61 | 0 | 0.48 | 248.15 | 0.44 | 0.36 |
| Hex | 3F | 34 | 85 | 35 | 3D | 0 | 30 | F8 | 2C | 24 |
| Octal | 77 | 64 | 205 | 65 | 75 | 0 | 60 | 370 | 54 | 44 |
| Binary | 111111 | 110100 | 10000101 | 110101 | 111101 | 0 | 110000 | 11111000 | 101100 | 100100 |
Color Harmonies of #3F3485
Complementary color
Monochromatic Colors of #3F3485
Black with #3F3485
Text Example
Text Example
White with #3F3485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3485; }
p { color: rgb(63,52,133); }
H1.HeaderClassName
{
color: #3F3485;
}
.AnyTagClassName
{
color: #3F3485;
}
</style>
background-color css
<style>
a { background-color: #3F3485; }
a { background-color: rgb(63,52,133); }
div.DivClassName
{
background-color: #3F3485;
}
.BgClassName
{
background-color: #3F3485;
}
</style>
border-color css
<style>
span { border-color: #3F3485; }
span { border-color: rgb(63,52,133); }
td.TdClassName
{
border-color: #3F3485;
}
.TagClassName
{
border-color: #3F3485;
}
</style>