Shades of Dark Slate Blue #3A3192
Tints of Dark Slate Blue #3A3192
RGB
CMYK
RGB Variations
Color information
#3A3192 (or 0x3A3192) is known color: Dark Slate Blue. HEX triplet: 3A, 31 and 92. RGB value is (58,49,146). Sum of RGB (Red+Green+Blue) = 58+49+146=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 146 (57.42% from 255 or 57.71% from 253); Max value from RGB is 146 - color contains mainly: blue. Hex color #3A3192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3192 is #C5CE6D. Grayscale: #3E3E3E. Windows color (decimal): -12963438 or 9580858. OLE color: 9580858.
HSL color Cylindrical-coordinate representation of color #3A3192: hue angle of 245.57º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A3192 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 49 | 146 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.43 |
| HSL | 245.57º | 0.5% | 0.38% | - |
| HSV(B) | 245.57º | 0.66% | 0.57% | - |
| XYZ | 8.03 | 5.17 | 27.77 | - |
| YUV | 62.75 | 174.98 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 49 | 146 | 0.60 | 0.66 | 0 | 0.43 | 245.57 | 0.5 | 0.38 |
| Hex | 3A | 31 | 92 | 3C | 42 | 0 | 2B | F6 | 32 | 26 |
| Octal | 72 | 61 | 222 | 74 | 102 | 0 | 53 | 366 | 62 | 46 |
| Binary | 111010 | 110001 | 10010010 | 111100 | 1000010 | 0 | 101011 | 11110110 | 110010 | 100110 |
Color Harmonies of #3A3192
Complementary color
Monochromatic Colors of #3A3192
Black with #3A3192
Text Example
Text Example
White with #3A3192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3192; }
p { color: rgb(58,49,146); }
H1.HeaderClassName
{
color: #3A3192;
}
.AnyTagClassName
{
color: #3A3192;
}
</style>
background-color css
<style>
a { background-color: #3A3192; }
a { background-color: rgb(58,49,146); }
div.DivClassName
{
background-color: #3A3192;
}
.BgClassName
{
background-color: #3A3192;
}
</style>
border-color css
<style>
span { border-color: #3A3192; }
span { border-color: rgb(58,49,146); }
td.TdClassName
{
border-color: #3A3192;
}
.TagClassName
{
border-color: #3A3192;
}
</style>