Shades of Dark Slate Blue #3F3694
Tints of Dark Slate Blue #3F3694
RGB
CMYK
RGB Variations
Color information
#3F3694 (or 0x3F3694) is known color: Dark Slate Blue. HEX triplet: 3F, 36 and 94. RGB value is (63,54,148). Sum of RGB (Red+Green+Blue) = 63+54+148=265 (35% of max value = 765). Red value is 63 (25% from 255 or 23.77% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 148 (58.20% from 255 or 55.85% from 265); Max value from RGB is 148 - color contains mainly: blue. Hex color #3F3694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3694 is #C0C96B. Grayscale: #434343. Windows color (decimal): -12634476 or 9713215. OLE color: 9713215.
HSL color Cylindrical-coordinate representation of color #3F3694: hue angle of 245.74º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F3694 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 54 | 148 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.42 |
| HSL | 245.74º | 0.47% | 0.4% | - |
| HSV(B) | 245.74º | 0.64% | 0.58% | - |
| XYZ | 8.71 | 5.83 | 28.68 | - |
| YUV | 67.41 | 173.48 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 148 | 0.57 | 0.64 | 0 | 0.42 | 245.74 | 0.47 | 0.4 |
| Hex | 3F | 36 | 94 | 39 | 40 | 0 | 2A | F6 | 2F | 28 |
| Octal | 77 | 66 | 224 | 71 | 100 | 0 | 52 | 366 | 57 | 50 |
| Binary | 111111 | 110110 | 10010100 | 111001 | 1000000 | 0 | 101010 | 11110110 | 101111 | 101000 |
Color Harmonies of #3F3694
Complementary color
Monochromatic Colors of #3F3694
Black with #3F3694
Text Example
Text Example
White with #3F3694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3694; }
p { color: rgb(63,54,148); }
H1.HeaderClassName
{
color: #3F3694;
}
.AnyTagClassName
{
color: #3F3694;
}
</style>
background-color css
<style>
a { background-color: #3F3694; }
a { background-color: rgb(63,54,148); }
div.DivClassName
{
background-color: #3F3694;
}
.BgClassName
{
background-color: #3F3694;
}
</style>
border-color css
<style>
span { border-color: #3F3694; }
span { border-color: rgb(63,54,148); }
td.TdClassName
{
border-color: #3F3694;
}
.TagClassName
{
border-color: #3F3694;
}
</style>