Shades of Dark Slate Blue #3A2C98
Tints of Dark Slate Blue #3A2C98
RGB
CMYK
RGB Variations
Color information
#3A2C98 (or 0x3A2C98) is known color: Dark Slate Blue. HEX triplet: 3A, 2C and 98. RGB value is (58,44,152). Sum of RGB (Red+Green+Blue) = 58+44+152=254 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.83% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 152 (59.77% from 255 or 59.84% from 254); Max value from RGB is 152 - color contains mainly: blue. Hex color #3A2C98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2C98 is #C5D367. Grayscale: #3C3C3C. Windows color (decimal): -12964712 or 9972794. OLE color: 9972794.
HSL color Cylindrical-coordinate representation of color #3A2C98: hue angle of 247.78º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A2C98 is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 58 | 44 | 152 | - |
| CMYK | 0.62 | 0.71 | 0 | 0.40 |
| HSL | 247.78º | 0.55% | 0.38% | - |
| HSV(B) | 247.78º | 0.71% | 0.6% | - |
| XYZ | 8.31 | 4.97 | 30.23 | - |
| YUV | 60.5 | 179.64 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 44 | 152 | 0.62 | 0.71 | 0 | 0.40 | 247.78 | 0.55 | 0.38 |
| Hex | 3A | 2C | 98 | 3E | 47 | 0 | 28 | F8 | 37 | 26 |
| Octal | 72 | 54 | 230 | 76 | 107 | 0 | 50 | 370 | 67 | 46 |
| Binary | 111010 | 101100 | 10011000 | 111110 | 1000111 | 0 | 101000 | 11111000 | 110111 | 100110 |
Color Harmonies of #3A2C98
Complementary color
Monochromatic Colors of #3A2C98
Black with #3A2C98
Text Example
Text Example
White with #3A2C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2C98; }
p { color: rgb(58,44,152); }
H1.HeaderClassName
{
color: #3A2C98;
}
.AnyTagClassName
{
color: #3A2C98;
}
</style>
background-color css
<style>
a { background-color: #3A2C98; }
a { background-color: rgb(58,44,152); }
div.DivClassName
{
background-color: #3A2C98;
}
.BgClassName
{
background-color: #3A2C98;
}
</style>
border-color css
<style>
span { border-color: #3A2C98; }
span { border-color: rgb(58,44,152); }
td.TdClassName
{
border-color: #3A2C98;
}
.TagClassName
{
border-color: #3A2C98;
}
</style>