Shades of Dark Slate Blue #3A378D
Tints of Dark Slate Blue #3A378D
RGB
CMYK
RGB Variations
Color information
#3A378D (or 0x3A378D) is known color: Dark Slate Blue. HEX triplet: 3A, 37 and 8D. RGB value is (58,55,141). Sum of RGB (Red+Green+Blue) = 58+55+141=254 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.83% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 141 (55.47% from 255 or 55.51% from 254); Max value from RGB is 141 - color contains mainly: blue. Hex color #3A378D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A378D is #C5C872. Grayscale: #414141. Windows color (decimal): -12961907 or 9254714. OLE color: 9254714.
HSL color Cylindrical-coordinate representation of color #3A378D: hue angle of 242.09º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A378D is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 55 | 141 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.45 |
| HSL | 242.09º | 0.44% | 0.38% | - |
| HSV(B) | 242.09º | 0.61% | 0.55% | - |
| XYZ | 7.92 | 5.56 | 25.85 | - |
| YUV | 65.7 | 170.49 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 55 | 141 | 0.59 | 0.61 | 0 | 0.45 | 242.09 | 0.44 | 0.38 |
| Hex | 3A | 37 | 8D | 3B | 3D | 0 | 2D | F2 | 2C | 26 |
| Octal | 72 | 67 | 215 | 73 | 75 | 0 | 55 | 362 | 54 | 46 |
| Binary | 111010 | 110111 | 10001101 | 111011 | 111101 | 0 | 101101 | 11110010 | 101100 | 100110 |
Color Harmonies of #3A378D
Complementary color
Monochromatic Colors of #3A378D
Black with #3A378D
Text Example
Text Example
White with #3A378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A378D; }
p { color: rgb(58,55,141); }
H1.HeaderClassName
{
color: #3A378D;
}
.AnyTagClassName
{
color: #3A378D;
}
</style>
background-color css
<style>
a { background-color: #3A378D; }
a { background-color: rgb(58,55,141); }
div.DivClassName
{
background-color: #3A378D;
}
.BgClassName
{
background-color: #3A378D;
}
</style>
border-color css
<style>
span { border-color: #3A378D; }
span { border-color: rgb(58,55,141); }
td.TdClassName
{
border-color: #3A378D;
}
.TagClassName
{
border-color: #3A378D;
}
</style>