Shades of Dark Slate Blue #3A379D
Tints of Dark Slate Blue #3A379D
RGB
CMYK
RGB Variations
Color information
#3A379D (or 0x3A379D) is known color: Dark Slate Blue. HEX triplet: 3A, 37 and 9D. RGB value is (58,55,157). Sum of RGB (Red+Green+Blue) = 58+55+157=270 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.48% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A379D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A379D is #C5C862. Grayscale: #434343. Windows color (decimal): -12961891 or 10303290. OLE color: 10303290.
HSL color Cylindrical-coordinate representation of color #3A379D: hue angle of 241.76º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A379D is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 55 | 157 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.38 |
| HSL | 241.76º | 0.48% | 0.42% | - |
| HSV(B) | 241.76º | 0.65% | 0.62% | - |
| XYZ | 9.2 | 6.07 | 32.58 | - |
| YUV | 67.53 | 178.49 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 55 | 157 | 0.63 | 0.65 | 0 | 0.38 | 241.76 | 0.48 | 0.42 |
| Hex | 3A | 37 | 9D | 3F | 41 | 0 | 26 | F2 | 30 | 2A |
| Octal | 72 | 67 | 235 | 77 | 101 | 0 | 46 | 362 | 60 | 52 |
| Binary | 111010 | 110111 | 10011101 | 111111 | 1000001 | 0 | 100110 | 11110010 | 110000 | 101010 |
Color Harmonies of #3A379D
Complementary color
Monochromatic Colors of #3A379D
Black with #3A379D
Text Example
Text Example
White with #3A379D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A379D; }
p { color: rgb(58,55,157); }
H1.HeaderClassName
{
color: #3A379D;
}
.AnyTagClassName
{
color: #3A379D;
}
</style>
background-color css
<style>
a { background-color: #3A379D; }
a { background-color: rgb(58,55,157); }
div.DivClassName
{
background-color: #3A379D;
}
.BgClassName
{
background-color: #3A379D;
}
</style>
border-color css
<style>
span { border-color: #3A379D; }
span { border-color: rgb(58,55,157); }
td.TdClassName
{
border-color: #3A379D;
}
.TagClassName
{
border-color: #3A379D;
}
</style>