Shades of Dark Slate Blue #3F3087
Tints of Dark Slate Blue #3F3087
RGB
CMYK
RGB Variations
Color information
#3F3087 (or 0x3F3087) is known color: Dark Slate Blue. HEX triplet: 3F, 30 and 87. RGB value is (63,48,135). Sum of RGB (Red+Green+Blue) = 63+48+135=246 (32% of max value = 765). Red value is 63 (25% from 255 or 25.61% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 135 (53.12% from 255 or 54.88% from 246); Max value from RGB is 135 - color contains mainly: blue. Hex color #3F3087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3087 is #C0CF78. Grayscale: #3E3E3E. Windows color (decimal): -12636025 or 8859711. OLE color: 8859711.
HSL color Cylindrical-coordinate representation of color #3F3087: hue angle of 250.34º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F3087 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 48 | 135 | - |
| CMYK | 0.53 | 0.64 | 0 | 0.47 |
| HSL | 250.34º | 0.48% | 0.36% | - |
| HSV(B) | 250.34º | 0.64% | 0.53% | - |
| XYZ | 7.48 | 4.92 | 23.48 | - |
| YUV | 62.4 | 168.97 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 48 | 135 | 0.53 | 0.64 | 0 | 0.47 | 250.34 | 0.48 | 0.36 |
| Hex | 3F | 30 | 87 | 35 | 40 | 0 | 2F | FA | 30 | 24 |
| Octal | 77 | 60 | 207 | 65 | 100 | 0 | 57 | 372 | 60 | 44 |
| Binary | 111111 | 110000 | 10000111 | 110101 | 1000000 | 0 | 101111 | 11111010 | 110000 | 100100 |
Color Harmonies of #3F3087
Complementary color
Monochromatic Colors of #3F3087
Black with #3F3087
Text Example
Text Example
White with #3F3087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3087; }
p { color: rgb(63,48,135); }
H1.HeaderClassName
{
color: #3F3087;
}
.AnyTagClassName
{
color: #3F3087;
}
</style>
background-color css
<style>
a { background-color: #3F3087; }
a { background-color: rgb(63,48,135); }
div.DivClassName
{
background-color: #3F3087;
}
.BgClassName
{
background-color: #3F3087;
}
</style>
border-color css
<style>
span { border-color: #3F3087; }
span { border-color: rgb(63,48,135); }
td.TdClassName
{
border-color: #3F3087;
}
.TagClassName
{
border-color: #3F3087;
}
</style>