Shades of Dark Slate Blue #3A3390
Tints of Dark Slate Blue #3A3390
RGB
CMYK
RGB Variations
Color information
#3A3390 (or 0x3A3390) is known color: Dark Slate Blue. HEX triplet: 3A, 33 and 90. RGB value is (58,51,144). Sum of RGB (Red+Green+Blue) = 58+51+144=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 144 (56.64% from 255 or 56.92% from 253); Max value from RGB is 144 - color contains mainly: blue. Hex color #3A3390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3390 is #C5CC6F. Grayscale: #3F3F3F. Windows color (decimal): -12962928 or 9450298. OLE color: 9450298.
HSL color Cylindrical-coordinate representation of color #3A3390: hue angle of 244.52º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A3390 is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 58 | 51 | 144 | - |
| CMYK | 0.60 | 0.65 | 0 | 0.44 |
| HSL | 244.52º | 0.48% | 0.38% | - |
| HSV(B) | 244.52º | 0.65% | 0.56% | - |
| XYZ | 7.96 | 5.28 | 26.99 | - |
| YUV | 63.7 | 173.32 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 51 | 144 | 0.60 | 0.65 | 0 | 0.44 | 244.52 | 0.48 | 0.38 |
| Hex | 3A | 33 | 90 | 3C | 41 | 0 | 2C | F5 | 30 | 26 |
| Octal | 72 | 63 | 220 | 74 | 101 | 0 | 54 | 365 | 60 | 46 |
| Binary | 111010 | 110011 | 10010000 | 111100 | 1000001 | 0 | 101100 | 11110101 | 110000 | 100110 |
Color Harmonies of #3A3390
Complementary color
Monochromatic Colors of #3A3390
Black with #3A3390
Text Example
Text Example
White with #3A3390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3390; }
p { color: rgb(58,51,144); }
H1.HeaderClassName
{
color: #3A3390;
}
.AnyTagClassName
{
color: #3A3390;
}
</style>
background-color css
<style>
a { background-color: #3A3390; }
a { background-color: rgb(58,51,144); }
div.DivClassName
{
background-color: #3A3390;
}
.BgClassName
{
background-color: #3A3390;
}
</style>
border-color css
<style>
span { border-color: #3A3390; }
span { border-color: rgb(58,51,144); }
td.TdClassName
{
border-color: #3A3390;
}
.TagClassName
{
border-color: #3A3390;
}
</style>