Shades of Dark Slate Blue #3F3293
Tints of Dark Slate Blue #3F3293
RGB
CMYK
RGB Variations
Color information
#3F3293 (or 0x3F3293) is known color: Dark Slate Blue. HEX triplet: 3F, 32 and 93. RGB value is (63,50,147). Sum of RGB (Red+Green+Blue) = 63+50+147=260 (34% of max value = 765). Red value is 63 (25% from 255 or 24.23% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 147 (57.81% from 255 or 56.54% from 260); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F3293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3293 is #C0CD6C. Grayscale: #404040. Windows color (decimal): -12635501 or 9646655. OLE color: 9646655.
HSL color Cylindrical-coordinate representation of color #3F3293: hue angle of 248.04º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F3293 is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 50 | 147 | - |
| CMYK | 0.57 | 0.66 | 0 | 0.42 |
| HSL | 248.04º | 0.49% | 0.39% | - |
| HSV(B) | 248.04º | 0.66% | 0.58% | - |
| XYZ | 8.46 | 5.44 | 28.21 | - |
| YUV | 64.95 | 174.31 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 147 | 0.57 | 0.66 | 0 | 0.42 | 248.04 | 0.49 | 0.39 |
| Hex | 3F | 32 | 93 | 39 | 42 | 0 | 2A | F8 | 31 | 27 |
| Octal | 77 | 62 | 223 | 71 | 102 | 0 | 52 | 370 | 61 | 47 |
| Binary | 111111 | 110010 | 10010011 | 111001 | 1000010 | 0 | 101010 | 11111000 | 110001 | 100111 |
Color Harmonies of #3F3293
Complementary color
Monochromatic Colors of #3F3293
Black with #3F3293
Text Example
Text Example
White with #3F3293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3293; }
p { color: rgb(63,50,147); }
H1.HeaderClassName
{
color: #3F3293;
}
.AnyTagClassName
{
color: #3F3293;
}
</style>
background-color css
<style>
a { background-color: #3F3293; }
a { background-color: rgb(63,50,147); }
div.DivClassName
{
background-color: #3F3293;
}
.BgClassName
{
background-color: #3F3293;
}
</style>
border-color css
<style>
span { border-color: #3F3293; }
span { border-color: rgb(63,50,147); }
td.TdClassName
{
border-color: #3F3293;
}
.TagClassName
{
border-color: #3F3293;
}
</style>