Shades of Dark Slate Blue #3B3486
Tints of Dark Slate Blue #3B3486
RGB
CMYK
RGB Variations
Color information
#3B3486 (or 0x3B3486) is known color: Dark Slate Blue. HEX triplet: 3B, 34 and 86. RGB value is (59,52,134). Sum of RGB (Red+Green+Blue) = 59+52+134=245 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.08% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 134 (52.73% from 255 or 54.69% from 245); Max value from RGB is 134 - color contains mainly: blue. Hex color #3B3486 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3486 is #C4CB79. Grayscale: #3F3F3F. Windows color (decimal): -12897146 or 8795195. OLE color: 8795195.
HSL color Cylindrical-coordinate representation of color #3B3486: hue angle of 245.12º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B3486 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 59 | 52 | 134 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.47 |
| HSL | 245.12º | 0.44% | 0.36% | - |
| HSV(B) | 245.12º | 0.61% | 0.53% | - |
| XYZ | 7.33 | 5.11 | 23.15 | - |
| YUV | 63.44 | 167.82 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 52 | 134 | 0.56 | 0.61 | 0 | 0.47 | 245.12 | 0.44 | 0.36 |
| Hex | 3B | 34 | 86 | 38 | 3D | 0 | 2F | F5 | 2C | 24 |
| Octal | 73 | 64 | 206 | 70 | 75 | 0 | 57 | 365 | 54 | 44 |
| Binary | 111011 | 110100 | 10000110 | 111000 | 111101 | 0 | 101111 | 11110101 | 101100 | 100100 |
Color Harmonies of #3B3486
Complementary color
Monochromatic Colors of #3B3486
Black with #3B3486
Text Example
Text Example
White with #3B3486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3486; }
p { color: rgb(59,52,134); }
H1.HeaderClassName
{
color: #3B3486;
}
.AnyTagClassName
{
color: #3B3486;
}
</style>
background-color css
<style>
a { background-color: #3B3486; }
a { background-color: rgb(59,52,134); }
div.DivClassName
{
background-color: #3B3486;
}
.BgClassName
{
background-color: #3B3486;
}
</style>
border-color css
<style>
span { border-color: #3B3486; }
span { border-color: rgb(59,52,134); }
td.TdClassName
{
border-color: #3B3486;
}
.TagClassName
{
border-color: #3B3486;
}
</style>