Shades of Dark Slate Blue #3A379C
Tints of Dark Slate Blue #3A379C
RGB
CMYK
RGB Variations
Color information
#3A379C (or 0x3A379C) is known color: Dark Slate Blue. HEX triplet: 3A, 37 and 9C. RGB value is (58,55,156). Sum of RGB (Red+Green+Blue) = 58+55+156=269 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.56% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 156 (61.33% from 255 or 57.99% from 269); Max value from RGB is 156 - color contains mainly: blue. Hex color #3A379C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A379C is #C5C863. Grayscale: #434343. Windows color (decimal): -12961892 or 10237754. OLE color: 10237754.
HSL color Cylindrical-coordinate representation of color #3A379C: hue angle of 241.78º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A379C is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 58 | 55 | 156 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.39 |
| HSL | 241.78º | 0.48% | 0.41% | - |
| HSV(B) | 241.78º | 0.65% | 0.61% | - |
| XYZ | 9.11 | 6.03 | 32.14 | - |
| YUV | 67.41 | 177.99 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 55 | 156 | 0.63 | 0.65 | 0 | 0.39 | 241.78 | 0.48 | 0.41 |
| Hex | 3A | 37 | 9C | 3F | 41 | 0 | 27 | F2 | 30 | 29 |
| Octal | 72 | 67 | 234 | 77 | 101 | 0 | 47 | 362 | 60 | 51 |
| Binary | 111010 | 110111 | 10011100 | 111111 | 1000001 | 0 | 100111 | 11110010 | 110000 | 101001 |
Color Harmonies of #3A379C
Complementary color
Monochromatic Colors of #3A379C
Black with #3A379C
Text Example
Text Example
White with #3A379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A379C; }
p { color: rgb(58,55,156); }
H1.HeaderClassName
{
color: #3A379C;
}
.AnyTagClassName
{
color: #3A379C;
}
</style>
background-color css
<style>
a { background-color: #3A379C; }
a { background-color: rgb(58,55,156); }
div.DivClassName
{
background-color: #3A379C;
}
.BgClassName
{
background-color: #3A379C;
}
</style>
border-color css
<style>
span { border-color: #3A379C; }
span { border-color: rgb(58,55,156); }
td.TdClassName
{
border-color: #3A379C;
}
.TagClassName
{
border-color: #3A379C;
}
</style>