Shades of Dark Slate Blue #3F3698
Tints of Dark Slate Blue #3F3698
RGB
CMYK
RGB Variations
Color information
#3F3698 (or 0x3F3698) is known color: Dark Slate Blue. HEX triplet: 3F, 36 and 98. RGB value is (63,54,152). Sum of RGB (Red+Green+Blue) = 63+54+152=269 (35% of max value = 765). Red value is 63 (25% from 255 or 23.42% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #3F3698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3698 is #C0C967. Grayscale: #434343. Windows color (decimal): -12634472 or 9975359. OLE color: 9975359.
HSL color Cylindrical-coordinate representation of color #3F3698: hue angle of 245.51º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F3698 is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 63 | 54 | 152 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.40 |
| HSL | 245.51º | 0.48% | 0.4% | - |
| HSV(B) | 245.51º | 0.64% | 0.6% | - |
| XYZ | 9.04 | 5.96 | 30.38 | - |
| YUV | 67.86 | 175.48 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 152 | 0.59 | 0.64 | 0 | 0.40 | 245.51 | 0.48 | 0.4 |
| Hex | 3F | 36 | 98 | 3B | 40 | 0 | 28 | F6 | 30 | 28 |
| Octal | 77 | 66 | 230 | 73 | 100 | 0 | 50 | 366 | 60 | 50 |
| Binary | 111111 | 110110 | 10011000 | 111011 | 1000000 | 0 | 101000 | 11110110 | 110000 | 101000 |
Color Harmonies of #3F3698
Complementary color
Monochromatic Colors of #3F3698
Black with #3F3698
Text Example
Text Example
White with #3F3698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3698; }
p { color: rgb(63,54,152); }
H1.HeaderClassName
{
color: #3F3698;
}
.AnyTagClassName
{
color: #3F3698;
}
</style>
background-color css
<style>
a { background-color: #3F3698; }
a { background-color: rgb(63,54,152); }
div.DivClassName
{
background-color: #3F3698;
}
.BgClassName
{
background-color: #3F3698;
}
</style>
border-color css
<style>
span { border-color: #3F3698; }
span { border-color: rgb(63,54,152); }
td.TdClassName
{
border-color: #3F3698;
}
.TagClassName
{
border-color: #3F3698;
}
</style>