Shades of Dark Slate Blue #3F3788
Tints of Dark Slate Blue #3F3788
RGB
CMYK
RGB Variations
Color information
#3F3788 (or 0x3F3788) is known color: Dark Slate Blue. HEX triplet: 3F, 37 and 88. RGB value is (63,55,136). Sum of RGB (Red+Green+Blue) = 63+55+136=254 (33% of max value = 765). Red value is 63 (25% from 255 or 24.80% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 136 (53.52% from 255 or 53.54% from 254); Max value from RGB is 136 - color contains mainly: blue. Hex color #3F3788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3788 is #C0C877. Grayscale: #424242. Windows color (decimal): -12634232 or 8927039. OLE color: 8927039.
HSL color Cylindrical-coordinate representation of color #3F3788: hue angle of 245.93º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F3788 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 55 | 136 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.47 |
| HSL | 245.93º | 0.42% | 0.37% | - |
| HSV(B) | 245.93º | 0.6% | 0.53% | - |
| XYZ | 7.86 | 5.57 | 23.95 | - |
| YUV | 66.63 | 167.15 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 55 | 136 | 0.54 | 0.60 | 0 | 0.47 | 245.93 | 0.42 | 0.37 |
| Hex | 3F | 37 | 88 | 36 | 3C | 0 | 2F | F6 | 2A | 25 |
| Octal | 77 | 67 | 210 | 66 | 74 | 0 | 57 | 366 | 52 | 45 |
| Binary | 111111 | 110111 | 10001000 | 110110 | 111100 | 0 | 101111 | 11110110 | 101010 | 100101 |
Color Harmonies of #3F3788
Complementary color
Monochromatic Colors of #3F3788
Black with #3F3788
Text Example
Text Example
White with #3F3788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3788; }
p { color: rgb(63,55,136); }
H1.HeaderClassName
{
color: #3F3788;
}
.AnyTagClassName
{
color: #3F3788;
}
</style>
background-color css
<style>
a { background-color: #3F3788; }
a { background-color: rgb(63,55,136); }
div.DivClassName
{
background-color: #3F3788;
}
.BgClassName
{
background-color: #3F3788;
}
</style>
border-color css
<style>
span { border-color: #3F3788; }
span { border-color: rgb(63,55,136); }
td.TdClassName
{
border-color: #3F3788;
}
.TagClassName
{
border-color: #3F3788;
}
</style>