Shades of Dark Slate Blue #3F3594
Tints of Dark Slate Blue #3F3594
RGB
CMYK
RGB Variations
Color information
#3F3594 (or 0x3F3594) is known color: Dark Slate Blue. HEX triplet: 3F, 35 and 94. RGB value is (63,53,148). Sum of RGB (Red+Green+Blue) = 63+53+148=264 (34% of max value = 765). Red value is 63 (25% from 255 or 23.86% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 148 (58.20% from 255 or 56.06% from 264); Max value from RGB is 148 - color contains mainly: blue. Hex color #3F3594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3594 is #C0CA6B. Grayscale: #424242. Windows color (decimal): -12634732 or 9712959. OLE color: 9712959.
HSL color Cylindrical-coordinate representation of color #3F3594: hue angle of 246.32º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F3594 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 53 | 148 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.42 |
| HSL | 246.32º | 0.47% | 0.39% | - |
| HSV(B) | 246.32º | 0.64% | 0.58% | - |
| XYZ | 8.67 | 5.74 | 28.67 | - |
| YUV | 66.82 | 173.81 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 53 | 148 | 0.57 | 0.64 | 0 | 0.42 | 246.32 | 0.47 | 0.39 |
| Hex | 3F | 35 | 94 | 39 | 40 | 0 | 2A | F6 | 2F | 27 |
| Octal | 77 | 65 | 224 | 71 | 100 | 0 | 52 | 366 | 57 | 47 |
| Binary | 111111 | 110101 | 10010100 | 111001 | 1000000 | 0 | 101010 | 11110110 | 101111 | 100111 |
Color Harmonies of #3F3594
Complementary color
Monochromatic Colors of #3F3594
Black with #3F3594
Text Example
Text Example
White with #3F3594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3594; }
p { color: rgb(63,53,148); }
H1.HeaderClassName
{
color: #3F3594;
}
.AnyTagClassName
{
color: #3F3594;
}
</style>
background-color css
<style>
a { background-color: #3F3594; }
a { background-color: rgb(63,53,148); }
div.DivClassName
{
background-color: #3F3594;
}
.BgClassName
{
background-color: #3F3594;
}
</style>
border-color css
<style>
span { border-color: #3F3594; }
span { border-color: rgb(63,53,148); }
td.TdClassName
{
border-color: #3F3594;
}
.TagClassName
{
border-color: #3F3594;
}
</style>