Shades of Dark Slate Blue #3A3589
Tints of Dark Slate Blue #3A3589
RGB
CMYK
RGB Variations
Color information
#3A3589 (or 0x3A3589) is known color: Dark Slate Blue. HEX triplet: 3A, 35 and 89. RGB value is (58,53,137). Sum of RGB (Red+Green+Blue) = 58+53+137=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 137 (53.91% from 255 or 55.24% from 248); Max value from RGB is 137 - color contains mainly: blue. Hex color #3A3589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3589 is #C5CA76. Grayscale: #3F3F3F. Windows color (decimal): -12962423 or 8992058. OLE color: 8992058.
HSL color Cylindrical-coordinate representation of color #3A3589: hue angle of 243.57º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A3589 is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 53 | 137 | - |
| CMYK | 0.58 | 0.61 | 0 | 0.46 |
| HSL | 243.57º | 0.44% | 0.37% | - |
| HSV(B) | 243.57º | 0.61% | 0.54% | - |
| XYZ | 7.53 | 5.25 | 24.28 | - |
| YUV | 64.07 | 169.16 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 53 | 137 | 0.58 | 0.61 | 0 | 0.46 | 243.57 | 0.44 | 0.37 |
| Hex | 3A | 35 | 89 | 3A | 3D | 0 | 2E | F4 | 2C | 25 |
| Octal | 72 | 65 | 211 | 72 | 75 | 0 | 56 | 364 | 54 | 45 |
| Binary | 111010 | 110101 | 10001001 | 111010 | 111101 | 0 | 101110 | 11110100 | 101100 | 100101 |
Color Harmonies of #3A3589
Complementary color
Monochromatic Colors of #3A3589
Black with #3A3589
Text Example
Text Example
White with #3A3589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3589; }
p { color: rgb(58,53,137); }
H1.HeaderClassName
{
color: #3A3589;
}
.AnyTagClassName
{
color: #3A3589;
}
</style>
background-color css
<style>
a { background-color: #3A3589; }
a { background-color: rgb(58,53,137); }
div.DivClassName
{
background-color: #3A3589;
}
.BgClassName
{
background-color: #3A3589;
}
</style>
border-color css
<style>
span { border-color: #3A3589; }
span { border-color: rgb(58,53,137); }
td.TdClassName
{
border-color: #3A3589;
}
.TagClassName
{
border-color: #3A3589;
}
</style>