Shades of Dark Slate Blue #3F3D9B
Tints of Dark Slate Blue #3F3D9B
RGB
CMYK
RGB Variations
Color information
#3F3D9B (or 0x3F3D9B) is known color: Dark Slate Blue. HEX triplet: 3F, 3D and 9B. RGB value is (63,61,155). Sum of RGB (Red+Green+Blue) = 63+61+155=279 (36% of max value = 765). Red value is 63 (25% from 255 or 22.58% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F3D9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3D9B is #C0C264. Grayscale: #474747. Windows color (decimal): -12632677 or 10173759. OLE color: 10173759.
HSL color Cylindrical-coordinate representation of color #3F3D9B: hue angle of 241.28º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3F3D9B is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 63 | 61 | 155 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.39 |
| HSL | 241.28º | 0.44% | 0.42% | - |
| HSV(B) | 241.28º | 0.61% | 0.61% | - |
| XYZ | 9.64 | 6.76 | 31.81 | - |
| YUV | 72.31 | 174.66 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 61 | 155 | 0.59 | 0.61 | 0 | 0.39 | 241.28 | 0.44 | 0.42 |
| Hex | 3F | 3D | 9B | 3B | 3D | 0 | 27 | F1 | 2C | 2A |
| Octal | 77 | 75 | 233 | 73 | 75 | 0 | 47 | 361 | 54 | 52 |
| Binary | 111111 | 111101 | 10011011 | 111011 | 111101 | 0 | 100111 | 11110001 | 101100 | 101010 |
Color Harmonies of #3F3D9B
Complementary color
Monochromatic Colors of #3F3D9B
Black with #3F3D9B
Text Example
Text Example
White with #3F3D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3D9B; }
p { color: rgb(63,61,155); }
H1.HeaderClassName
{
color: #3F3D9B;
}
.AnyTagClassName
{
color: #3F3D9B;
}
</style>
background-color css
<style>
a { background-color: #3F3D9B; }
a { background-color: rgb(63,61,155); }
div.DivClassName
{
background-color: #3F3D9B;
}
.BgClassName
{
background-color: #3F3D9B;
}
</style>
border-color css
<style>
span { border-color: #3F3D9B; }
span { border-color: rgb(63,61,155); }
td.TdClassName
{
border-color: #3F3D9B;
}
.TagClassName
{
border-color: #3F3D9B;
}
</style>