Shades of Dark Slate Blue #3B3393
Tints of Dark Slate Blue #3B3393
RGB
CMYK
RGB Variations
Color information
#3B3393 (or 0x3B3393) is known color: Dark Slate Blue. HEX triplet: 3B, 33 and 93. RGB value is (59,51,147). Sum of RGB (Red+Green+Blue) = 59+51+147=257 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.96% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 147 (57.81% from 255 or 57.20% from 257); Max value from RGB is 147 - color contains mainly: blue. Hex color #3B3393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3393 is #C4CC6C. Grayscale: #3F3F3F. Windows color (decimal): -12897389 or 9646907. OLE color: 9646907.
HSL color Cylindrical-coordinate representation of color #3B3393: hue angle of 245º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B3393 is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 59 | 51 | 147 | - |
| CMYK | 0.60 | 0.65 | 0 | 0.42 |
| HSL | 245º | 0.48% | 0.39% | - |
| HSV(B) | 245º | 0.65% | 0.58% | - |
| XYZ | 8.25 | 5.4 | 28.21 | - |
| YUV | 64.34 | 174.65 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 51 | 147 | 0.60 | 0.65 | 0 | 0.42 | 245 | 0.48 | 0.39 |
| Hex | 3B | 33 | 93 | 3C | 41 | 0 | 2A | F5 | 30 | 27 |
| Octal | 73 | 63 | 223 | 74 | 101 | 0 | 52 | 365 | 60 | 47 |
| Binary | 111011 | 110011 | 10010011 | 111100 | 1000001 | 0 | 101010 | 11110101 | 110000 | 100111 |
Color Harmonies of #3B3393
Complementary color
Monochromatic Colors of #3B3393
Black with #3B3393
Text Example
Text Example
White with #3B3393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3393; }
p { color: rgb(59,51,147); }
H1.HeaderClassName
{
color: #3B3393;
}
.AnyTagClassName
{
color: #3B3393;
}
</style>
background-color css
<style>
a { background-color: #3B3393; }
a { background-color: rgb(59,51,147); }
div.DivClassName
{
background-color: #3B3393;
}
.BgClassName
{
background-color: #3B3393;
}
</style>
border-color css
<style>
span { border-color: #3B3393; }
span { border-color: rgb(59,51,147); }
td.TdClassName
{
border-color: #3B3393;
}
.TagClassName
{
border-color: #3B3393;
}
</style>