Shades of Dark Slate Blue #3A2890
Tints of Dark Slate Blue #3A2890
RGB
CMYK
RGB Variations
Color information
#3A2890 (or 0x3A2890) is known color: Dark Slate Blue. HEX triplet: 3A, 28 and 90. RGB value is (58,40,144). Sum of RGB (Red+Green+Blue) = 58+40+144=242 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.97% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 144 (56.64% from 255 or 59.50% from 242); Max value from RGB is 144 - color contains mainly: blue. Hex color #3A2890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2890 is #C5D76F. Grayscale: #383838. Windows color (decimal): -12965744 or 9447482. OLE color: 9447482.
HSL color Cylindrical-coordinate representation of color #3A2890: hue angle of 250.38º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A2890 is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 58 | 40 | 144 | - |
| CMYK | 0.60 | 0.72 | 0 | 0.44 |
| HSL | 250.38º | 0.57% | 0.36% | - |
| HSV(B) | 250.38º | 0.72% | 0.56% | - |
| XYZ | 7.54 | 4.43 | 26.84 | - |
| YUV | 57.24 | 176.96 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 144 | 0.60 | 0.72 | 0 | 0.44 | 250.38 | 0.57 | 0.36 |
| Hex | 3A | 28 | 90 | 3C | 48 | 0 | 2C | FA | 39 | 24 |
| Octal | 72 | 50 | 220 | 74 | 110 | 0 | 54 | 372 | 71 | 44 |
| Binary | 111010 | 101000 | 10010000 | 111100 | 1001000 | 0 | 101100 | 11111010 | 111001 | 100100 |
Color Harmonies of #3A2890
Complementary color
Monochromatic Colors of #3A2890
Black with #3A2890
Text Example
Text Example
White with #3A2890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2890; }
p { color: rgb(58,40,144); }
H1.HeaderClassName
{
color: #3A2890;
}
.AnyTagClassName
{
color: #3A2890;
}
</style>
background-color css
<style>
a { background-color: #3A2890; }
a { background-color: rgb(58,40,144); }
div.DivClassName
{
background-color: #3A2890;
}
.BgClassName
{
background-color: #3A2890;
}
</style>
border-color css
<style>
span { border-color: #3A2890; }
span { border-color: rgb(58,40,144); }
td.TdClassName
{
border-color: #3A2890;
}
.TagClassName
{
border-color: #3A2890;
}
</style>