Shades of Dark Slate Blue #3F3F93
Tints of Dark Slate Blue #3F3F93
RGB
CMYK
RGB Variations
Color information
#3F3F93 (or 0x3F3F93) is known color: Dark Slate Blue. HEX triplet: 3F, 3F and 93. RGB value is (63,63,147). Sum of RGB (Red+Green+Blue) = 63+63+147=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F3F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3F93 is #C0C06C. Grayscale: #484848. Windows color (decimal): -12632173 or 9649983. OLE color: 9649983.
HSL color Cylindrical-coordinate representation of color #3F3F93: hue angle of 240º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F3F93 is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 63 | 147 | - |
| CMYK | 0.57 | 0.57 | 0 | 0.42 |
| HSL | 240º | 0.4% | 0.41% | - |
| HSV(B) | 240º | 0.57% | 0.58% | - |
| XYZ | 9.09 | 6.72 | 28.42 | - |
| YUV | 72.58 | 170 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 63 | 147 | 0.57 | 0.57 | 0 | 0.42 | 240 | 0.4 | 0.41 |
| Hex | 3F | 3F | 93 | 39 | 39 | 0 | 2A | F0 | 28 | 29 |
| Octal | 77 | 77 | 223 | 71 | 71 | 0 | 52 | 360 | 50 | 51 |
| Binary | 111111 | 111111 | 10010011 | 111001 | 111001 | 0 | 101010 | 11110000 | 101000 | 101001 |
Color Harmonies of #3F3F93
Complementary color
Monochromatic Colors of #3F3F93
Black with #3F3F93
Text Example
Text Example
White with #3F3F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3F93; }
p { color: rgb(63,63,147); }
H1.HeaderClassName
{
color: #3F3F93;
}
.AnyTagClassName
{
color: #3F3F93;
}
</style>
background-color css
<style>
a { background-color: #3F3F93; }
a { background-color: rgb(63,63,147); }
div.DivClassName
{
background-color: #3F3F93;
}
.BgClassName
{
background-color: #3F3F93;
}
</style>
border-color css
<style>
span { border-color: #3F3F93; }
span { border-color: rgb(63,63,147); }
td.TdClassName
{
border-color: #3F3F93;
}
.TagClassName
{
border-color: #3F3F93;
}
</style>