Shades of Dark Slate Blue #3A2E90
Tints of Dark Slate Blue #3A2E90
RGB
CMYK
RGB Variations
Color information
#3A2E90 (or 0x3A2E90) is known color: Dark Slate Blue. HEX triplet: 3A, 2E and 90. RGB value is (58,46,144). Sum of RGB (Red+Green+Blue) = 58+46+144=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 46 (18.36% from 255 or 18.55% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #3A2E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2E90 is #C5D16F. Grayscale: #3C3C3C. Windows color (decimal): -12964208 or 9449018. OLE color: 9449018.
HSL color Cylindrical-coordinate representation of color #3A2E90: hue angle of 247.35º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A2E90 is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 58 | 46 | 144 | - |
| CMYK | 0.60 | 0.68 | 0 | 0.44 |
| HSL | 247.35º | 0.52% | 0.37% | - |
| HSV(B) | 247.35º | 0.68% | 0.56% | - |
| XYZ | 7.76 | 4.87 | 26.92 | - |
| YUV | 60.76 | 174.98 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 46 | 144 | 0.60 | 0.68 | 0 | 0.44 | 247.35 | 0.52 | 0.37 |
| Hex | 3A | 2E | 90 | 3C | 44 | 0 | 2C | F7 | 34 | 25 |
| Octal | 72 | 56 | 220 | 74 | 104 | 0 | 54 | 367 | 64 | 45 |
| Binary | 111010 | 101110 | 10010000 | 111100 | 1000100 | 0 | 101100 | 11110111 | 110100 | 100101 |
Color Harmonies of #3A2E90
Complementary color
Monochromatic Colors of #3A2E90
Black with #3A2E90
Text Example
Text Example
White with #3A2E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2E90; }
p { color: rgb(58,46,144); }
H1.HeaderClassName
{
color: #3A2E90;
}
.AnyTagClassName
{
color: #3A2E90;
}
</style>
background-color css
<style>
a { background-color: #3A2E90; }
a { background-color: rgb(58,46,144); }
div.DivClassName
{
background-color: #3A2E90;
}
.BgClassName
{
background-color: #3A2E90;
}
</style>
border-color css
<style>
span { border-color: #3A2E90; }
span { border-color: rgb(58,46,144); }
td.TdClassName
{
border-color: #3A2E90;
}
.TagClassName
{
border-color: #3A2E90;
}
</style>