Shades of Dark Slate Blue #3A2A8A
Tints of Dark Slate Blue #3A2A8A
RGB
CMYK
RGB Variations
Color information
#3A2A8A (or 0x3A2A8A) is known color: Dark Slate Blue. HEX triplet: 3A, 2A and 8A. RGB value is (58,42,138). Sum of RGB (Red+Green+Blue) = 58+42+138=238 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.37% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 138 (54.30% from 255 or 57.98% from 238); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A2A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2A8A is #C5D575. Grayscale: #393939. Windows color (decimal): -12965238 or 9054778. OLE color: 9054778.
HSL color Cylindrical-coordinate representation of color #3A2A8A: hue angle of 250º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A2A8A is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 42 | 138 | - |
| CMYK | 0.58 | 0.70 | 0 | 0.46 |
| HSL | 250º | 0.53% | 0.35% | - |
| HSV(B) | 250º | 0.7% | 0.54% | - |
| XYZ | 7.16 | 4.39 | 24.51 | - |
| YUV | 57.73 | 173.3 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 42 | 138 | 0.58 | 0.70 | 0 | 0.46 | 250 | 0.53 | 0.35 |
| Hex | 3A | 2A | 8A | 3A | 46 | 0 | 2E | FA | 35 | 23 |
| Octal | 72 | 52 | 212 | 72 | 106 | 0 | 56 | 372 | 65 | 43 |
| Binary | 111010 | 101010 | 10001010 | 111010 | 1000110 | 0 | 101110 | 11111010 | 110101 | 100011 |
Color Harmonies of #3A2A8A
Complementary color
Monochromatic Colors of #3A2A8A
Black with #3A2A8A
Text Example
Text Example
White with #3A2A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2A8A; }
p { color: rgb(58,42,138); }
H1.HeaderClassName
{
color: #3A2A8A;
}
.AnyTagClassName
{
color: #3A2A8A;
}
</style>
background-color css
<style>
a { background-color: #3A2A8A; }
a { background-color: rgb(58,42,138); }
div.DivClassName
{
background-color: #3A2A8A;
}
.BgClassName
{
background-color: #3A2A8A;
}
</style>
border-color css
<style>
span { border-color: #3A2A8A; }
span { border-color: rgb(58,42,138); }
td.TdClassName
{
border-color: #3A2A8A;
}
.TagClassName
{
border-color: #3A2A8A;
}
</style>