Shades of Dark Slate Blue #3F399D
Tints of Dark Slate Blue #3F399D
RGB
CMYK
RGB Variations
Color information
#3F399D (or 0x3F399D) is known color: Dark Slate Blue. HEX triplet: 3F, 39 and 9D. RGB value is (63,57,157). Sum of RGB (Red+Green+Blue) = 63+57+157=277 (36% of max value = 765). Red value is 63 (25% from 255 or 22.74% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F399D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F399D is #C0C662. Grayscale: #454545. Windows color (decimal): -12633699 or 10303807. OLE color: 10303807.
HSL color Cylindrical-coordinate representation of color #3F399D: hue angle of 243.6º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F399D is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 57 | 157 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.38 |
| HSL | 243.6º | 0.47% | 0.42% | - |
| HSV(B) | 243.6º | 0.64% | 0.62% | - |
| XYZ | 9.6 | 6.42 | 32.63 | - |
| YUV | 70.19 | 176.99 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 57 | 157 | 0.60 | 0.64 | 0 | 0.38 | 243.6 | 0.47 | 0.42 |
| Hex | 3F | 39 | 9D | 3C | 40 | 0 | 26 | F4 | 2F | 2A |
| Octal | 77 | 71 | 235 | 74 | 100 | 0 | 46 | 364 | 57 | 52 |
| Binary | 111111 | 111001 | 10011101 | 111100 | 1000000 | 0 | 100110 | 11110100 | 101111 | 101010 |
Color Harmonies of #3F399D
Complementary color
Monochromatic Colors of #3F399D
Black with #3F399D
Text Example
Text Example
White with #3F399D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F399D; }
p { color: rgb(63,57,157); }
H1.HeaderClassName
{
color: #3F399D;
}
.AnyTagClassName
{
color: #3F399D;
}
</style>
background-color css
<style>
a { background-color: #3F399D; }
a { background-color: rgb(63,57,157); }
div.DivClassName
{
background-color: #3F399D;
}
.BgClassName
{
background-color: #3F399D;
}
</style>
border-color css
<style>
span { border-color: #3F399D; }
span { border-color: rgb(63,57,157); }
td.TdClassName
{
border-color: #3F399D;
}
.TagClassName
{
border-color: #3F399D;
}
</style>