Shades of Dark Slate Blue #3B2C85
Tints of Dark Slate Blue #3B2C85
RGB
CMYK
RGB Variations
Color information
#3B2C85 (or 0x3B2C85) is known color: Dark Slate Blue. HEX triplet: 3B, 2C and 85. RGB value is (59,44,133). Sum of RGB (Red+Green+Blue) = 59+44+133=236 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 133 (52.34% from 255 or 56.36% from 236); Max value from RGB is 133 - color contains mainly: blue. Hex color #3B2C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2C85 is #C4D37A. Grayscale: #3A3A3A. Windows color (decimal): -12899195 or 8727611. OLE color: 8727611.
HSL color Cylindrical-coordinate representation of color #3B2C85: hue angle of 250.11º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B2C85 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 59 | 44 | 133 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.48 |
| HSL | 250.11º | 0.5% | 0.35% | - |
| HSV(B) | 250.11º | 0.67% | 0.52% | - |
| XYZ | 6.94 | 4.42 | 22.68 | - |
| YUV | 58.63 | 169.97 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 44 | 133 | 0.56 | 0.67 | 0 | 0.48 | 250.11 | 0.5 | 0.35 |
| Hex | 3B | 2C | 85 | 38 | 43 | 0 | 30 | FA | 32 | 23 |
| Octal | 73 | 54 | 205 | 70 | 103 | 0 | 60 | 372 | 62 | 43 |
| Binary | 111011 | 101100 | 10000101 | 111000 | 1000011 | 0 | 110000 | 11111010 | 110010 | 100011 |
Color Harmonies of #3B2C85
Complementary color
Monochromatic Colors of #3B2C85
Black with #3B2C85
Text Example
Text Example
White with #3B2C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2C85; }
p { color: rgb(59,44,133); }
H1.HeaderClassName
{
color: #3B2C85;
}
.AnyTagClassName
{
color: #3B2C85;
}
</style>
background-color css
<style>
a { background-color: #3B2C85; }
a { background-color: rgb(59,44,133); }
div.DivClassName
{
background-color: #3B2C85;
}
.BgClassName
{
background-color: #3B2C85;
}
</style>
border-color css
<style>
span { border-color: #3B2C85; }
span { border-color: rgb(59,44,133); }
td.TdClassName
{
border-color: #3B2C85;
}
.TagClassName
{
border-color: #3B2C85;
}
</style>