Shades of Dark Slate Blue #3A349D
Tints of Dark Slate Blue #3A349D
RGB
CMYK
RGB Variations
Color information
#3A349D (or 0x3A349D) is known color: Dark Slate Blue. HEX triplet: 3A, 34 and 9D. RGB value is (58,52,157). Sum of RGB (Red+Green+Blue) = 58+52+157=267 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.72% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 157 (61.72% from 255 or 58.80% from 267); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A349D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A349D is #C5CB62. Grayscale: #414141. Windows color (decimal): -12962659 or 10302522. OLE color: 10302522.
HSL color Cylindrical-coordinate representation of color #3A349D: hue angle of 243.43º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A349D is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 52 | 157 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.38 |
| HSL | 243.43º | 0.5% | 0.41% | - |
| HSV(B) | 243.43º | 0.67% | 0.62% | - |
| XYZ | 9.06 | 5.79 | 32.54 | - |
| YUV | 65.76 | 179.49 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 52 | 157 | 0.63 | 0.67 | 0 | 0.38 | 243.43 | 0.5 | 0.41 |
| Hex | 3A | 34 | 9D | 3F | 43 | 0 | 26 | F3 | 32 | 29 |
| Octal | 72 | 64 | 235 | 77 | 103 | 0 | 46 | 363 | 62 | 51 |
| Binary | 111010 | 110100 | 10011101 | 111111 | 1000011 | 0 | 100110 | 11110011 | 110010 | 101001 |
Color Harmonies of #3A349D
Complementary color
Monochromatic Colors of #3A349D
Black with #3A349D
Text Example
Text Example
White with #3A349D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A349D; }
p { color: rgb(58,52,157); }
H1.HeaderClassName
{
color: #3A349D;
}
.AnyTagClassName
{
color: #3A349D;
}
</style>
background-color css
<style>
a { background-color: #3A349D; }
a { background-color: rgb(58,52,157); }
div.DivClassName
{
background-color: #3A349D;
}
.BgClassName
{
background-color: #3A349D;
}
</style>
border-color css
<style>
span { border-color: #3A349D; }
span { border-color: rgb(58,52,157); }
td.TdClassName
{
border-color: #3A349D;
}
.TagClassName
{
border-color: #3A349D;
}
</style>