Shades of Dark Slate Blue #3A359D
Tints of Dark Slate Blue #3A359D
RGB
CMYK
RGB Variations
Color information
#3A359D (or 0x3A359D) is known color: Dark Slate Blue. HEX triplet: 3A, 35 and 9D. RGB value is (58,53,157). Sum of RGB (Red+Green+Blue) = 58+53+157=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 157 (61.72% from 255 or 58.58% from 268); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A359D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A359D is #C5CA62. Grayscale: #414141. Windows color (decimal): -12962403 or 10302778. OLE color: 10302778.
HSL color Cylindrical-coordinate representation of color #3A359D: hue angle of 242.88º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A359D is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 53 | 157 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.38 |
| HSL | 242.88º | 0.5% | 0.41% | - |
| HSV(B) | 242.88º | 0.66% | 0.62% | - |
| XYZ | 9.1 | 5.88 | 32.55 | - |
| YUV | 66.35 | 179.16 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 53 | 157 | 0.63 | 0.66 | 0 | 0.38 | 242.88 | 0.5 | 0.41 |
| Hex | 3A | 35 | 9D | 3F | 42 | 0 | 26 | F3 | 32 | 29 |
| Octal | 72 | 65 | 235 | 77 | 102 | 0 | 46 | 363 | 62 | 51 |
| Binary | 111010 | 110101 | 10011101 | 111111 | 1000010 | 0 | 100110 | 11110011 | 110010 | 101001 |
Color Harmonies of #3A359D
Complementary color
Monochromatic Colors of #3A359D
Black with #3A359D
Text Example
Text Example
White with #3A359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A359D; }
p { color: rgb(58,53,157); }
H1.HeaderClassName
{
color: #3A359D;
}
.AnyTagClassName
{
color: #3A359D;
}
</style>
background-color css
<style>
a { background-color: #3A359D; }
a { background-color: rgb(58,53,157); }
div.DivClassName
{
background-color: #3A359D;
}
.BgClassName
{
background-color: #3A359D;
}
</style>
border-color css
<style>
span { border-color: #3A359D; }
span { border-color: rgb(58,53,157); }
td.TdClassName
{
border-color: #3A359D;
}
.TagClassName
{
border-color: #3A359D;
}
</style>