Shades of Dark Slate Blue #3A3998
Tints of Dark Slate Blue #3A3998
RGB
CMYK
RGB Variations
Color information
#3A3998 (or 0x3A3998) is known color: Dark Slate Blue. HEX triplet: 3A, 39 and 98. RGB value is (58,57,152). Sum of RGB (Red+Green+Blue) = 58+57+152=267 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.72% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 152 (59.77% from 255 or 56.93% from 267); Max value from RGB is 152 - color contains mainly: blue. Hex color #3A3998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3998 is #C5C667. Grayscale: #434343. Windows color (decimal): -12961384 or 9976122. OLE color: 9976122.
HSL color Cylindrical-coordinate representation of color #3A3998: hue angle of 240.63º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A3998 is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 58 | 57 | 152 | - |
| CMYK | 0.62 | 0.62 | 0 | 0.40 |
| HSL | 240.63º | 0.45% | 0.41% | - |
| HSV(B) | 240.63º | 0.63% | 0.6% | - |
| XYZ | 8.88 | 6.09 | 30.41 | - |
| YUV | 68.13 | 175.33 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 57 | 152 | 0.62 | 0.62 | 0 | 0.40 | 240.63 | 0.45 | 0.41 |
| Hex | 3A | 39 | 98 | 3E | 3E | 0 | 28 | F1 | 2D | 29 |
| Octal | 72 | 71 | 230 | 76 | 76 | 0 | 50 | 361 | 55 | 51 |
| Binary | 111010 | 111001 | 10011000 | 111110 | 111110 | 0 | 101000 | 11110001 | 101101 | 101001 |
Color Harmonies of #3A3998
Complementary color
Monochromatic Colors of #3A3998
Black with #3A3998
Text Example
Text Example
White with #3A3998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3998; }
p { color: rgb(58,57,152); }
H1.HeaderClassName
{
color: #3A3998;
}
.AnyTagClassName
{
color: #3A3998;
}
</style>
background-color css
<style>
a { background-color: #3A3998; }
a { background-color: rgb(58,57,152); }
div.DivClassName
{
background-color: #3A3998;
}
.BgClassName
{
background-color: #3A3998;
}
</style>
border-color css
<style>
span { border-color: #3A3998; }
span { border-color: rgb(58,57,152); }
td.TdClassName
{
border-color: #3A3998;
}
.TagClassName
{
border-color: #3A3998;
}
</style>