Shades of Dark Slate Blue #3F3992
Tints of Dark Slate Blue #3F3992
RGB
CMYK
RGB Variations
Color information
#3F3992 (or 0x3F3992) is known color: Dark Slate Blue. HEX triplet: 3F, 39 and 92. RGB value is (63,57,146). Sum of RGB (Red+Green+Blue) = 63+57+146=266 (35% of max value = 765). Red value is 63 (25% from 255 or 23.68% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #3F3992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3992 is #C0C66D. Grayscale: #444444. Windows color (decimal): -12633710 or 9582911. OLE color: 9582911.
HSL color Cylindrical-coordinate representation of color #3F3992: hue angle of 244.04º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3F3992 is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 63 | 57 | 146 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.43 |
| HSL | 244.04º | 0.44% | 0.4% | - |
| HSV(B) | 244.04º | 0.61% | 0.57% | - |
| XYZ | 8.7 | 6.06 | 27.9 | - |
| YUV | 68.94 | 171.49 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 57 | 146 | 0.57 | 0.61 | 0 | 0.43 | 244.04 | 0.44 | 0.4 |
| Hex | 3F | 39 | 92 | 39 | 3D | 0 | 2B | F4 | 2C | 28 |
| Octal | 77 | 71 | 222 | 71 | 75 | 0 | 53 | 364 | 54 | 50 |
| Binary | 111111 | 111001 | 10010010 | 111001 | 111101 | 0 | 101011 | 11110100 | 101100 | 101000 |
Color Harmonies of #3F3992
Complementary color
Monochromatic Colors of #3F3992
Black with #3F3992
Text Example
Text Example
White with #3F3992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3992; }
p { color: rgb(63,57,146); }
H1.HeaderClassName
{
color: #3F3992;
}
.AnyTagClassName
{
color: #3F3992;
}
</style>
background-color css
<style>
a { background-color: #3F3992; }
a { background-color: rgb(63,57,146); }
div.DivClassName
{
background-color: #3F3992;
}
.BgClassName
{
background-color: #3F3992;
}
</style>
border-color css
<style>
span { border-color: #3F3992; }
span { border-color: rgb(63,57,146); }
td.TdClassName
{
border-color: #3F3992;
}
.TagClassName
{
border-color: #3F3992;
}
</style>