Shades of Dark Slate Blue #3B2D93
Tints of Dark Slate Blue #3B2D93
RGB
CMYK
RGB Variations
Color information
#3B2D93 (or 0x3B2D93) is known color: Dark Slate Blue. HEX triplet: 3B, 2D and 93. RGB value is (59,45,147). Sum of RGB (Red+Green+Blue) = 59+45+147=251 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.51% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 147 (57.81% from 255 or 58.57% from 251); Max value from RGB is 147 - color contains mainly: blue. Hex color #3B2D93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2D93 is #C4D26C. Grayscale: #3C3C3C. Windows color (decimal): -12898925 or 9645371. OLE color: 9645371.
HSL color Cylindrical-coordinate representation of color #3B2D93: hue angle of 248.24º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B2D93 is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 59 | 45 | 147 | - |
| CMYK | 0.60 | 0.69 | 0 | 0.42 |
| HSL | 248.24º | 0.53% | 0.38% | - |
| HSV(B) | 248.24º | 0.69% | 0.58% | - |
| XYZ | 8.01 | 4.91 | 28.13 | - |
| YUV | 60.81 | 176.64 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 45 | 147 | 0.60 | 0.69 | 0 | 0.42 | 248.24 | 0.53 | 0.38 |
| Hex | 3B | 2D | 93 | 3C | 45 | 0 | 2A | F8 | 35 | 26 |
| Octal | 73 | 55 | 223 | 74 | 105 | 0 | 52 | 370 | 65 | 46 |
| Binary | 111011 | 101101 | 10010011 | 111100 | 1000101 | 0 | 101010 | 11111000 | 110101 | 100110 |
Color Harmonies of #3B2D93
Complementary color
Monochromatic Colors of #3B2D93
Black with #3B2D93
Text Example
Text Example
White with #3B2D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2D93; }
p { color: rgb(59,45,147); }
H1.HeaderClassName
{
color: #3B2D93;
}
.AnyTagClassName
{
color: #3B2D93;
}
</style>
background-color css
<style>
a { background-color: #3B2D93; }
a { background-color: rgb(59,45,147); }
div.DivClassName
{
background-color: #3B2D93;
}
.BgClassName
{
background-color: #3B2D93;
}
</style>
border-color css
<style>
span { border-color: #3B2D93; }
span { border-color: rgb(59,45,147); }
td.TdClassName
{
border-color: #3B2D93;
}
.TagClassName
{
border-color: #3B2D93;
}
</style>