Shades of Dark Slate Blue #3A339D
Tints of Dark Slate Blue #3A339D
RGB
CMYK
RGB Variations
Color information
#3A339D (or 0x3A339D) is known color: Dark Slate Blue. HEX triplet: 3A, 33 and 9D. RGB value is (58,51,157). Sum of RGB (Red+Green+Blue) = 58+51+157=266 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.80% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 157 (61.72% from 255 or 59.02% from 266); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A339D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A339D is #C5CC62. Grayscale: #404040. Windows color (decimal): -12962915 or 10302266. OLE color: 10302266.
HSL color Cylindrical-coordinate representation of color #3A339D: hue angle of 243.96º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A339D is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 51 | 157 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.38 |
| HSL | 243.96º | 0.51% | 0.41% | - |
| HSV(B) | 243.96º | 0.68% | 0.62% | - |
| XYZ | 9.01 | 5.7 | 32.52 | - |
| YUV | 65.18 | 179.82 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 51 | 157 | 0.63 | 0.68 | 0 | 0.38 | 243.96 | 0.51 | 0.41 |
| Hex | 3A | 33 | 9D | 3F | 44 | 0 | 26 | F4 | 33 | 29 |
| Octal | 72 | 63 | 235 | 77 | 104 | 0 | 46 | 364 | 63 | 51 |
| Binary | 111010 | 110011 | 10011101 | 111111 | 1000100 | 0 | 100110 | 11110100 | 110011 | 101001 |
Color Harmonies of #3A339D
Complementary color
Monochromatic Colors of #3A339D
Black with #3A339D
Text Example
Text Example
White with #3A339D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A339D; }
p { color: rgb(58,51,157); }
H1.HeaderClassName
{
color: #3A339D;
}
.AnyTagClassName
{
color: #3A339D;
}
</style>
background-color css
<style>
a { background-color: #3A339D; }
a { background-color: rgb(58,51,157); }
div.DivClassName
{
background-color: #3A339D;
}
.BgClassName
{
background-color: #3A339D;
}
</style>
border-color css
<style>
span { border-color: #3A339D; }
span { border-color: rgb(58,51,157); }
td.TdClassName
{
border-color: #3A339D;
}
.TagClassName
{
border-color: #3A339D;
}
</style>