Shades of Dark Slate Blue #3A2D94
Tints of Dark Slate Blue #3A2D94
RGB
CMYK
RGB Variations
Color information
#3A2D94 (or 0x3A2D94) is known color: Dark Slate Blue. HEX triplet: 3A, 2D and 94. RGB value is (58,45,148). Sum of RGB (Red+Green+Blue) = 58+45+148=251 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.11% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 148 (58.20% from 255 or 58.96% from 251); Max value from RGB is 148 - color contains mainly: blue. Hex color #3A2D94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2D94 is #C5D26B. Grayscale: #3C3C3C. Windows color (decimal): -12964460 or 9710906. OLE color: 9710906.
HSL color Cylindrical-coordinate representation of color #3A2D94: hue angle of 247.57º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A2D94 is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 45 | 148 | - |
| CMYK | 0.61 | 0.70 | 0 | 0.42 |
| HSL | 247.57º | 0.53% | 0.38% | - |
| HSV(B) | 247.57º | 0.7% | 0.58% | - |
| XYZ | 8.03 | 4.91 | 28.54 | - |
| YUV | 60.63 | 177.31 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 45 | 148 | 0.61 | 0.70 | 0 | 0.42 | 247.57 | 0.53 | 0.38 |
| Hex | 3A | 2D | 94 | 3D | 46 | 0 | 2A | F8 | 35 | 26 |
| Octal | 72 | 55 | 224 | 75 | 106 | 0 | 52 | 370 | 65 | 46 |
| Binary | 111010 | 101101 | 10010100 | 111101 | 1000110 | 0 | 101010 | 11111000 | 110101 | 100110 |
Color Harmonies of #3A2D94
Complementary color
Monochromatic Colors of #3A2D94
Black with #3A2D94
Text Example
Text Example
White with #3A2D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2D94; }
p { color: rgb(58,45,148); }
H1.HeaderClassName
{
color: #3A2D94;
}
.AnyTagClassName
{
color: #3A2D94;
}
</style>
background-color css
<style>
a { background-color: #3A2D94; }
a { background-color: rgb(58,45,148); }
div.DivClassName
{
background-color: #3A2D94;
}
.BgClassName
{
background-color: #3A2D94;
}
</style>
border-color css
<style>
span { border-color: #3A2D94; }
span { border-color: rgb(58,45,148); }
td.TdClassName
{
border-color: #3A2D94;
}
.TagClassName
{
border-color: #3A2D94;
}
</style>