Shades of Dark Slate Blue #3A3590
Tints of Dark Slate Blue #3A3590
RGB
CMYK
RGB Variations
Color information
#3A3590 (or 0x3A3590) is known color: Dark Slate Blue. HEX triplet: 3A, 35 and 90. RGB value is (58,53,144). Sum of RGB (Red+Green+Blue) = 58+53+144=255 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.75% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 144 (56.64% from 255 or 56.47% from 255); Max value from RGB is 144 - color contains mainly: blue. Hex color #3A3590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3590 is #C5CA6F. Grayscale: #404040. Windows color (decimal): -12962416 or 9450810. OLE color: 9450810.
HSL color Cylindrical-coordinate representation of color #3A3590: hue angle of 243.3º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A3590 is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 58 | 53 | 144 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.44 |
| HSL | 243.3º | 0.46% | 0.39% | - |
| HSV(B) | 243.3º | 0.63% | 0.56% | - |
| XYZ | 8.05 | 5.46 | 27.01 | - |
| YUV | 64.87 | 172.66 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 53 | 144 | 0.60 | 0.63 | 0 | 0.44 | 243.3 | 0.46 | 0.39 |
| Hex | 3A | 35 | 90 | 3C | 3F | 0 | 2C | F3 | 2E | 27 |
| Octal | 72 | 65 | 220 | 74 | 77 | 0 | 54 | 363 | 56 | 47 |
| Binary | 111010 | 110101 | 10010000 | 111100 | 111111 | 0 | 101100 | 11110011 | 101110 | 100111 |
Color Harmonies of #3A3590
Complementary color
Monochromatic Colors of #3A3590
Black with #3A3590
Text Example
Text Example
White with #3A3590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3590; }
p { color: rgb(58,53,144); }
H1.HeaderClassName
{
color: #3A3590;
}
.AnyTagClassName
{
color: #3A3590;
}
</style>
background-color css
<style>
a { background-color: #3A3590; }
a { background-color: rgb(58,53,144); }
div.DivClassName
{
background-color: #3A3590;
}
.BgClassName
{
background-color: #3A3590;
}
</style>
border-color css
<style>
span { border-color: #3A3590; }
span { border-color: rgb(58,53,144); }
td.TdClassName
{
border-color: #3A3590;
}
.TagClassName
{
border-color: #3A3590;
}
</style>