Shades of Dark Slate Blue #3F3BA2
Tints of Dark Slate Blue #3F3BA2
RGB
CMYK
RGB Variations
Color information
#3F3BA2 (or 0x3F3BA2) is known color: Dark Slate Blue. HEX triplet: 3F, 3B and A2. RGB value is (63,59,162). Sum of RGB (Red+Green+Blue) = 63+59+162=284 (37% of max value = 765). Red value is 63 (25% from 255 or 22.18% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 162 (63.67% from 255 or 57.04% from 284); Max value from RGB is 162 - color contains mainly: blue. Hex color #3F3BA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3BA2 is #C0C45D. Grayscale: #474747. Windows color (decimal): -12633182 or 10631999. OLE color: 10631999.
HSL color Cylindrical-coordinate representation of color #3F3BA2: hue angle of 242.33º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F3BA2 is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 59 | 162 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.36 |
| HSL | 242.33º | 0.47% | 0.43% | - |
| HSV(B) | 242.33º | 0.64% | 0.64% | - |
| XYZ | 10.14 | 6.79 | 34.96 | - |
| YUV | 71.94 | 178.83 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 59 | 162 | 0.61 | 0.64 | 0 | 0.36 | 242.33 | 0.47 | 0.43 |
| Hex | 3F | 3B | A2 | 3D | 40 | 0 | 24 | F2 | 2F | 2B |
| Octal | 77 | 73 | 242 | 75 | 100 | 0 | 44 | 362 | 57 | 53 |
| Binary | 111111 | 111011 | 10100010 | 111101 | 1000000 | 0 | 100100 | 11110010 | 101111 | 101011 |
Color Harmonies of #3F3BA2
Complementary color
Monochromatic Colors of #3F3BA2
Black with #3F3BA2
Text Example
Text Example
White with #3F3BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3BA2; }
p { color: rgb(63,59,162); }
H1.HeaderClassName
{
color: #3F3BA2;
}
.AnyTagClassName
{
color: #3F3BA2;
}
</style>
background-color css
<style>
a { background-color: #3F3BA2; }
a { background-color: rgb(63,59,162); }
div.DivClassName
{
background-color: #3F3BA2;
}
.BgClassName
{
background-color: #3F3BA2;
}
</style>
border-color css
<style>
span { border-color: #3F3BA2; }
span { border-color: rgb(63,59,162); }
td.TdClassName
{
border-color: #3F3BA2;
}
.TagClassName
{
border-color: #3F3BA2;
}
</style>