Shades of Dark Slate Blue #3B2C8E
Tints of Dark Slate Blue #3B2C8E
RGB
CMYK
RGB Variations
Color information
#3B2C8E (or 0x3B2C8E) is known color: Dark Slate Blue. HEX triplet: 3B, 2C and 8E. RGB value is (59,44,142). Sum of RGB (Red+Green+Blue) = 59+44+142=245 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.08% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 142 (55.86% from 255 or 57.96% from 245); Max value from RGB is 142 - color contains mainly: blue. Hex color #3B2C8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2C8E is #C4D371. Grayscale: #3B3B3B. Windows color (decimal): -12899186 or 9317435. OLE color: 9317435.
HSL color Cylindrical-coordinate representation of color #3B2C8E: hue angle of 249.18º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B2C8E is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 59 | 44 | 142 | - |
| CMYK | 0.58 | 0.69 | 0 | 0.44 |
| HSL | 249.18º | 0.53% | 0.36% | - |
| HSV(B) | 249.18º | 0.69% | 0.56% | - |
| XYZ | 7.59 | 4.68 | 26.1 | - |
| YUV | 59.66 | 174.47 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 44 | 142 | 0.58 | 0.69 | 0 | 0.44 | 249.18 | 0.53 | 0.36 |
| Hex | 3B | 2C | 8E | 3A | 45 | 0 | 2C | F9 | 35 | 24 |
| Octal | 73 | 54 | 216 | 72 | 105 | 0 | 54 | 371 | 65 | 44 |
| Binary | 111011 | 101100 | 10001110 | 111010 | 1000101 | 0 | 101100 | 11111001 | 110101 | 100100 |
Color Harmonies of #3B2C8E
Complementary color
Monochromatic Colors of #3B2C8E
Black with #3B2C8E
Text Example
Text Example
White with #3B2C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2C8E; }
p { color: rgb(59,44,142); }
H1.HeaderClassName
{
color: #3B2C8E;
}
.AnyTagClassName
{
color: #3B2C8E;
}
</style>
background-color css
<style>
a { background-color: #3B2C8E; }
a { background-color: rgb(59,44,142); }
div.DivClassName
{
background-color: #3B2C8E;
}
.BgClassName
{
background-color: #3B2C8E;
}
</style>
border-color css
<style>
span { border-color: #3B2C8E; }
span { border-color: rgb(59,44,142); }
td.TdClassName
{
border-color: #3B2C8E;
}
.TagClassName
{
border-color: #3B2C8E;
}
</style>