Shades of Dark Slate Blue #3A3690
Tints of Dark Slate Blue #3A3690
RGB
CMYK
RGB Variations
Color information
#3A3690 (or 0x3A3690) is known color: Dark Slate Blue. HEX triplet: 3A, 36 and 90. RGB value is (58,54,144). Sum of RGB (Red+Green+Blue) = 58+54+144=256 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.66% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #3A3690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3690 is #C5C96F. Grayscale: #414141. Windows color (decimal): -12962160 or 9451066. OLE color: 9451066.
HSL color Cylindrical-coordinate representation of color #3A3690: hue angle of 242.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A3690 is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 58 | 54 | 144 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.44 |
| HSL | 242.67º | 0.45% | 0.39% | - |
| HSV(B) | 242.67º | 0.63% | 0.56% | - |
| XYZ | 8.1 | 5.55 | 27.03 | - |
| YUV | 65.46 | 172.33 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 54 | 144 | 0.60 | 0.63 | 0 | 0.44 | 242.67 | 0.45 | 0.39 |
| Hex | 3A | 36 | 90 | 3C | 3F | 0 | 2C | F3 | 2D | 27 |
| Octal | 72 | 66 | 220 | 74 | 77 | 0 | 54 | 363 | 55 | 47 |
| Binary | 111010 | 110110 | 10010000 | 111100 | 111111 | 0 | 101100 | 11110011 | 101101 | 100111 |
Color Harmonies of #3A3690
Complementary color
Monochromatic Colors of #3A3690
Black with #3A3690
Text Example
Text Example
White with #3A3690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3690; }
p { color: rgb(58,54,144); }
H1.HeaderClassName
{
color: #3A3690;
}
.AnyTagClassName
{
color: #3A3690;
}
</style>
background-color css
<style>
a { background-color: #3A3690; }
a { background-color: rgb(58,54,144); }
div.DivClassName
{
background-color: #3A3690;
}
.BgClassName
{
background-color: #3A3690;
}
</style>
border-color css
<style>
span { border-color: #3A3690; }
span { border-color: rgb(58,54,144); }
td.TdClassName
{
border-color: #3A3690;
}
.TagClassName
{
border-color: #3A3690;
}
</style>