Shades of Dark Slate Blue #3C378D
Tints of Dark Slate Blue #3C378D
RGB
CMYK
RGB Variations
Color information
#3C378D (or 0x3C378D) is known color: Dark Slate Blue. HEX triplet: 3C, 37 and 8D. RGB value is (60,55,141). Sum of RGB (Red+Green+Blue) = 60+55+141=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 141 (55.47% from 255 or 55.08% from 256); Max value from RGB is 141 - color contains mainly: blue. Hex color #3C378D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C378D is #C3C872. Grayscale: #414141. Windows color (decimal): -12830835 or 9254716. OLE color: 9254716.
HSL color Cylindrical-coordinate representation of color #3C378D: hue angle of 243.49º 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 #3C378D is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 55 | 141 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.45 |
| HSL | 243.49º | 0.44% | 0.38% | - |
| HSV(B) | 243.49º | 0.61% | 0.55% | - |
| XYZ | 8.04 | 5.62 | 25.86 | - |
| YUV | 66.3 | 170.16 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 141 | 0.57 | 0.61 | 0 | 0.45 | 243.49 | 0.44 | 0.38 |
| Hex | 3C | 37 | 8D | 39 | 3D | 0 | 2D | F3 | 2C | 26 |
| Octal | 74 | 67 | 215 | 71 | 75 | 0 | 55 | 363 | 54 | 46 |
| Binary | 111100 | 110111 | 10001101 | 111001 | 111101 | 0 | 101101 | 11110011 | 101100 | 100110 |
Color Harmonies of #3C378D
Complementary color
Monochromatic Colors of #3C378D
Black with #3C378D
Text Example
Text Example
White with #3C378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C378D; }
p { color: rgb(60,55,141); }
H1.HeaderClassName
{
color: #3C378D;
}
.AnyTagClassName
{
color: #3C378D;
}
</style>
background-color css
<style>
a { background-color: #3C378D; }
a { background-color: rgb(60,55,141); }
div.DivClassName
{
background-color: #3C378D;
}
.BgClassName
{
background-color: #3C378D;
}
</style>
border-color css
<style>
span { border-color: #3C378D; }
span { border-color: rgb(60,55,141); }
td.TdClassName
{
border-color: #3C378D;
}
.TagClassName
{
border-color: #3C378D;
}
</style>