Shades of Dark Slate Blue #3A2B8A
Tints of Dark Slate Blue #3A2B8A
RGB
CMYK
RGB Variations
Color information
#3A2B8A (or 0x3A2B8A) is known color: Dark Slate Blue. HEX triplet: 3A, 2B and 8A. RGB value is (58,43,138). Sum of RGB (Red+Green+Blue) = 58+43+138=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 138 (54.30% from 255 or 57.74% from 239); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A2B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2B8A is #C5D475. Grayscale: #393939. Windows color (decimal): -12964982 or 9055034. OLE color: 9055034.
HSL color Cylindrical-coordinate representation of color #3A2B8A: hue angle of 249.47º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A2B8A is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 43 | 138 | - |
| CMYK | 0.58 | 0.69 | 0 | 0.46 |
| HSL | 249.47º | 0.52% | 0.35% | - |
| HSV(B) | 249.47º | 0.69% | 0.54% | - |
| XYZ | 7.2 | 4.46 | 24.53 | - |
| YUV | 58.32 | 172.97 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 43 | 138 | 0.58 | 0.69 | 0 | 0.46 | 249.47 | 0.52 | 0.35 |
| Hex | 3A | 2B | 8A | 3A | 45 | 0 | 2E | F9 | 34 | 23 |
| Octal | 72 | 53 | 212 | 72 | 105 | 0 | 56 | 371 | 64 | 43 |
| Binary | 111010 | 101011 | 10001010 | 111010 | 1000101 | 0 | 101110 | 11111001 | 110100 | 100011 |
Color Harmonies of #3A2B8A
Complementary color
Monochromatic Colors of #3A2B8A
Black with #3A2B8A
Text Example
Text Example
White with #3A2B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2B8A; }
p { color: rgb(58,43,138); }
H1.HeaderClassName
{
color: #3A2B8A;
}
.AnyTagClassName
{
color: #3A2B8A;
}
</style>
background-color css
<style>
a { background-color: #3A2B8A; }
a { background-color: rgb(58,43,138); }
div.DivClassName
{
background-color: #3A2B8A;
}
.BgClassName
{
background-color: #3A2B8A;
}
</style>
border-color css
<style>
span { border-color: #3A2B8A; }
span { border-color: rgb(58,43,138); }
td.TdClassName
{
border-color: #3A2B8A;
}
.TagClassName
{
border-color: #3A2B8A;
}
</style>