Shades of Dark Slate Blue #3B2C89
Tints of Dark Slate Blue #3B2C89
RGB
CMYK
RGB Variations
Color information
#3B2C89 (or 0x3B2C89) is known color: Dark Slate Blue. HEX triplet: 3B, 2C and 89. RGB value is (59,44,137). Sum of RGB (Red+Green+Blue) = 59+44+137=240 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.58% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 137 (53.91% from 255 or 57.08% from 240); Max value from RGB is 137 - color contains mainly: blue. Hex color #3B2C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2C89 is #C4D376. Grayscale: #3A3A3A. Windows color (decimal): -12899191 or 8989755. OLE color: 8989755.
HSL color Cylindrical-coordinate representation of color #3B2C89: hue angle of 249.68º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B2C89 is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 59 | 44 | 137 | - |
| CMYK | 0.57 | 0.68 | 0 | 0.46 |
| HSL | 249.68º | 0.51% | 0.35% | - |
| HSV(B) | 249.68º | 0.68% | 0.54% | - |
| XYZ | 7.22 | 4.54 | 24.16 | - |
| YUV | 59.09 | 171.97 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 44 | 137 | 0.57 | 0.68 | 0 | 0.46 | 249.68 | 0.51 | 0.35 |
| Hex | 3B | 2C | 89 | 39 | 44 | 0 | 2E | FA | 33 | 23 |
| Octal | 73 | 54 | 211 | 71 | 104 | 0 | 56 | 372 | 63 | 43 |
| Binary | 111011 | 101100 | 10001001 | 111001 | 1000100 | 0 | 101110 | 11111010 | 110011 | 100011 |
Color Harmonies of #3B2C89
Complementary color
Monochromatic Colors of #3B2C89
Black with #3B2C89
Text Example
Text Example
White with #3B2C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2C89; }
p { color: rgb(59,44,137); }
H1.HeaderClassName
{
color: #3B2C89;
}
.AnyTagClassName
{
color: #3B2C89;
}
</style>
background-color css
<style>
a { background-color: #3B2C89; }
a { background-color: rgb(59,44,137); }
div.DivClassName
{
background-color: #3B2C89;
}
.BgClassName
{
background-color: #3B2C89;
}
</style>
border-color css
<style>
span { border-color: #3B2C89; }
span { border-color: rgb(59,44,137); }
td.TdClassName
{
border-color: #3B2C89;
}
.TagClassName
{
border-color: #3B2C89;
}
</style>