Shades of Dark Slate Blue #3F3C8C
Tints of Dark Slate Blue #3F3C8C
RGB
CMYK
RGB Variations
Color information
#3F3C8C (or 0x3F3C8C) is known color: Dark Slate Blue. HEX triplet: 3F, 3C and 8C. RGB value is (63,60,140). Sum of RGB (Red+Green+Blue) = 63+60+140=263 (34% of max value = 765). Red value is 63 (25% from 255 or 23.95% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 140 (55.08% from 255 or 53.23% from 263); Max value from RGB is 140 - color contains mainly: blue. Hex color #3F3C8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3C8C is #C0C373. Grayscale: #454545. Windows color (decimal): -12632948 or 9190463. OLE color: 9190463.
HSL color Cylindrical-coordinate representation of color #3F3C8C: hue angle of 242.25º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F3C8C is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 60 | 140 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.45 |
| HSL | 242.25º | 0.4% | 0.39% | - |
| HSV(B) | 242.25º | 0.57% | 0.55% | - |
| XYZ | 8.4 | 6.18 | 25.56 | - |
| YUV | 70.02 | 167.49 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 60 | 140 | 0.55 | 0.57 | 0 | 0.45 | 242.25 | 0.4 | 0.39 |
| Hex | 3F | 3C | 8C | 37 | 39 | 0 | 2D | F2 | 28 | 27 |
| Octal | 77 | 74 | 214 | 67 | 71 | 0 | 55 | 362 | 50 | 47 |
| Binary | 111111 | 111100 | 10001100 | 110111 | 111001 | 0 | 101101 | 11110010 | 101000 | 100111 |
Color Harmonies of #3F3C8C
Complementary color
Monochromatic Colors of #3F3C8C
Black with #3F3C8C
Text Example
Text Example
White with #3F3C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3C8C; }
p { color: rgb(63,60,140); }
H1.HeaderClassName
{
color: #3F3C8C;
}
.AnyTagClassName
{
color: #3F3C8C;
}
</style>
background-color css
<style>
a { background-color: #3F3C8C; }
a { background-color: rgb(63,60,140); }
div.DivClassName
{
background-color: #3F3C8C;
}
.BgClassName
{
background-color: #3F3C8C;
}
</style>
border-color css
<style>
span { border-color: #3F3C8C; }
span { border-color: rgb(63,60,140); }
td.TdClassName
{
border-color: #3F3C8C;
}
.TagClassName
{
border-color: #3F3C8C;
}
</style>