Shades of Dark Slate Blue #3A3195
Tints of Dark Slate Blue #3A3195
RGB
CMYK
RGB Variations
Color information
#3A3195 (or 0x3A3195) is known color: Dark Slate Blue. HEX triplet: 3A, 31 and 95. RGB value is (58,49,149). Sum of RGB (Red+Green+Blue) = 58+49+149=256 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.66% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #3A3195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3195 is #C5CE6A. Grayscale: #3E3E3E. Windows color (decimal): -12963435 or 9777466. OLE color: 9777466.
HSL color Cylindrical-coordinate representation of color #3A3195: hue angle of 245.4º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A3195 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 49 | 149 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.42 |
| HSL | 245.4º | 0.51% | 0.39% | - |
| HSV(B) | 245.4º | 0.67% | 0.58% | - |
| XYZ | 8.27 | 5.27 | 29.01 | - |
| YUV | 63.09 | 176.48 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 49 | 149 | 0.61 | 0.67 | 0 | 0.42 | 245.4 | 0.51 | 0.39 |
| Hex | 3A | 31 | 95 | 3D | 43 | 0 | 2A | F5 | 33 | 27 |
| Octal | 72 | 61 | 225 | 75 | 103 | 0 | 52 | 365 | 63 | 47 |
| Binary | 111010 | 110001 | 10010101 | 111101 | 1000011 | 0 | 101010 | 11110101 | 110011 | 100111 |
Color Harmonies of #3A3195
Complementary color
Monochromatic Colors of #3A3195
Black with #3A3195
Text Example
Text Example
White with #3A3195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3195; }
p { color: rgb(58,49,149); }
H1.HeaderClassName
{
color: #3A3195;
}
.AnyTagClassName
{
color: #3A3195;
}
</style>
background-color css
<style>
a { background-color: #3A3195; }
a { background-color: rgb(58,49,149); }
div.DivClassName
{
background-color: #3A3195;
}
.BgClassName
{
background-color: #3A3195;
}
</style>
border-color css
<style>
span { border-color: #3A3195; }
span { border-color: rgb(58,49,149); }
td.TdClassName
{
border-color: #3A3195;
}
.TagClassName
{
border-color: #3A3195;
}
</style>