Shades of Dark Slate Blue #3F3798
Tints of Dark Slate Blue #3F3798
RGB
CMYK
RGB Variations
Color information
#3F3798 (or 0x3F3798) is known color: Dark Slate Blue. HEX triplet: 3F, 37 and 98. RGB value is (63,55,152). Sum of RGB (Red+Green+Blue) = 63+55+152=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 152 (59.77% from 255 or 56.30% from 270); Max value from RGB is 152 - color contains mainly: blue. Hex color #3F3798 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3798 is #C0C867. Grayscale: #444444. Windows color (decimal): -12634216 or 9975615. OLE color: 9975615.
HSL color Cylindrical-coordinate representation of color #3F3798: hue angle of 244.95º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F3798 is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 63 | 55 | 152 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.40 |
| HSL | 244.95º | 0.47% | 0.41% | - |
| HSV(B) | 244.95º | 0.64% | 0.6% | - |
| XYZ | 9.08 | 6.06 | 30.4 | - |
| YUV | 68.45 | 175.15 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 55 | 152 | 0.59 | 0.64 | 0 | 0.40 | 244.95 | 0.47 | 0.41 |
| Hex | 3F | 37 | 98 | 3B | 40 | 0 | 28 | F5 | 2F | 29 |
| Octal | 77 | 67 | 230 | 73 | 100 | 0 | 50 | 365 | 57 | 51 |
| Binary | 111111 | 110111 | 10011000 | 111011 | 1000000 | 0 | 101000 | 11110101 | 101111 | 101001 |
Color Harmonies of #3F3798
Complementary color
Monochromatic Colors of #3F3798
Black with #3F3798
Text Example
Text Example
White with #3F3798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3798; }
p { color: rgb(63,55,152); }
H1.HeaderClassName
{
color: #3F3798;
}
.AnyTagClassName
{
color: #3F3798;
}
</style>
background-color css
<style>
a { background-color: #3F3798; }
a { background-color: rgb(63,55,152); }
div.DivClassName
{
background-color: #3F3798;
}
.BgClassName
{
background-color: #3F3798;
}
</style>
border-color css
<style>
span { border-color: #3F3798; }
span { border-color: rgb(63,55,152); }
td.TdClassName
{
border-color: #3F3798;
}
.TagClassName
{
border-color: #3F3798;
}
</style>