Shades of Dark Slate Blue #3A3389
Tints of Dark Slate Blue #3A3389
RGB
CMYK
RGB Variations
Color information
#3A3389 (or 0x3A3389) is known color: Dark Slate Blue. HEX triplet: 3A, 33 and 89. RGB value is (58,51,137). Sum of RGB (Red+Green+Blue) = 58+51+137=246 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.58% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 137 (53.91% from 255 or 55.69% from 246); Max value from RGB is 137 - color contains mainly: blue. Hex color #3A3389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3389 is #C5CC76. Grayscale: #3E3E3E. Windows color (decimal): -12962935 or 8991546. OLE color: 8991546.
HSL color Cylindrical-coordinate representation of color #3A3389: hue angle of 244.88º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A3389 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 51 | 137 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.46 |
| HSL | 244.88º | 0.46% | 0.37% | - |
| HSV(B) | 244.88º | 0.63% | 0.54% | - |
| XYZ | 7.44 | 5.07 | 24.25 | - |
| YUV | 62.9 | 169.82 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 51 | 137 | 0.58 | 0.63 | 0 | 0.46 | 244.88 | 0.46 | 0.37 |
| Hex | 3A | 33 | 89 | 3A | 3F | 0 | 2E | F5 | 2E | 25 |
| Octal | 72 | 63 | 211 | 72 | 77 | 0 | 56 | 365 | 56 | 45 |
| Binary | 111010 | 110011 | 10001001 | 111010 | 111111 | 0 | 101110 | 11110101 | 101110 | 100101 |
Color Harmonies of #3A3389
Complementary color
Monochromatic Colors of #3A3389
Black with #3A3389
Text Example
Text Example
White with #3A3389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3389; }
p { color: rgb(58,51,137); }
H1.HeaderClassName
{
color: #3A3389;
}
.AnyTagClassName
{
color: #3A3389;
}
</style>
background-color css
<style>
a { background-color: #3A3389; }
a { background-color: rgb(58,51,137); }
div.DivClassName
{
background-color: #3A3389;
}
.BgClassName
{
background-color: #3A3389;
}
</style>
border-color css
<style>
span { border-color: #3A3389; }
span { border-color: rgb(58,51,137); }
td.TdClassName
{
border-color: #3A3389;
}
.TagClassName
{
border-color: #3A3389;
}
</style>