Shades of Dark Slate Blue #3F409E
Tints of Dark Slate Blue #3F409E
RGB
CMYK
RGB Variations
Color information
#3F409E (or 0x3F409E) is known color: Dark Slate Blue. HEX triplet: 3F, 40 and 9E. RGB value is (63,64,158). Sum of RGB (Red+Green+Blue) = 63+64+158=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 158 (62.11% from 255 or 55.44% from 285); Max value from RGB is 158 - color contains mainly: blue. Hex color #3F409E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F409E is #C0BF61. Grayscale: #4A4A4A. Windows color (decimal): -12631906 or 10371135. OLE color: 10371135.
HSL color Cylindrical-coordinate representation of color #3F409E: hue angle of 239.37º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F409E is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 64 | 158 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.38 |
| HSL | 239.37º | 0.43% | 0.43% | - |
| HSV(B) | 239.37º | 0.6% | 0.62% | - |
| XYZ | 10.05 | 7.19 | 33.21 | - |
| YUV | 74.42 | 175.17 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 64 | 158 | 0.60 | 0.59 | 0 | 0.38 | 239.37 | 0.43 | 0.43 |
| Hex | 3F | 40 | 9E | 3C | 3B | 0 | 26 | EF | 2B | 2B |
| Octal | 77 | 100 | 236 | 74 | 73 | 0 | 46 | 357 | 53 | 53 |
| Binary | 111111 | 1000000 | 10011110 | 111100 | 111011 | 0 | 100110 | 11101111 | 101011 | 101011 |
Color Harmonies of #3F409E
Complementary color
Monochromatic Colors of #3F409E
Black with #3F409E
Text Example
Text Example
White with #3F409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F409E; }
p { color: rgb(63,64,158); }
H1.HeaderClassName
{
color: #3F409E;
}
.AnyTagClassName
{
color: #3F409E;
}
</style>
background-color css
<style>
a { background-color: #3F409E; }
a { background-color: rgb(63,64,158); }
div.DivClassName
{
background-color: #3F409E;
}
.BgClassName
{
background-color: #3F409E;
}
</style>
border-color css
<style>
span { border-color: #3F409E; }
span { border-color: rgb(63,64,158); }
td.TdClassName
{
border-color: #3F409E;
}
.TagClassName
{
border-color: #3F409E;
}
</style>