Shades of Dark Slate Blue #3C379D
Tints of Dark Slate Blue #3C379D
RGB
CMYK
RGB Variations
Color information
#3C379D (or 0x3C379D) is known color: Dark Slate Blue. HEX triplet: 3C, 37 and 9D. RGB value is (60,55,157). Sum of RGB (Red+Green+Blue) = 60+55+157=272 (36% of max value = 765). Red value is 60 (23.83% from 255 or 22.06% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 157 (61.72% from 255 or 57.72% from 272); Max value from RGB is 157 - color contains mainly: blue. Hex color #3C379D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C379D is #C3C862. Grayscale: #434343. Windows color (decimal): -12830819 or 10303292. OLE color: 10303292.
HSL color Cylindrical-coordinate representation of color #3C379D: hue angle of 242.94º 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 #3C379D is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 55 | 157 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.38 |
| HSL | 242.94º | 0.48% | 0.42% | - |
| HSV(B) | 242.94º | 0.65% | 0.62% | - |
| XYZ | 9.32 | 6.13 | 32.59 | - |
| YUV | 68.12 | 178.16 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 157 | 0.62 | 0.65 | 0 | 0.38 | 242.94 | 0.48 | 0.42 |
| Hex | 3C | 37 | 9D | 3E | 41 | 0 | 26 | F3 | 30 | 2A |
| Octal | 74 | 67 | 235 | 76 | 101 | 0 | 46 | 363 | 60 | 52 |
| Binary | 111100 | 110111 | 10011101 | 111110 | 1000001 | 0 | 100110 | 11110011 | 110000 | 101010 |
Color Harmonies of #3C379D
Complementary color
Monochromatic Colors of #3C379D
Black with #3C379D
Text Example
Text Example
White with #3C379D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C379D; }
p { color: rgb(60,55,157); }
H1.HeaderClassName
{
color: #3C379D;
}
.AnyTagClassName
{
color: #3C379D;
}
</style>
background-color css
<style>
a { background-color: #3C379D; }
a { background-color: rgb(60,55,157); }
div.DivClassName
{
background-color: #3C379D;
}
.BgClassName
{
background-color: #3C379D;
}
</style>
border-color css
<style>
span { border-color: #3C379D; }
span { border-color: rgb(60,55,157); }
td.TdClassName
{
border-color: #3C379D;
}
.TagClassName
{
border-color: #3C379D;
}
</style>