Shades of Dark Slate Blue #3C379E
Tints of Dark Slate Blue #3C379E
RGB
CMYK
RGB Variations
Color information
#3C379E (or 0x3C379E) is known color: Dark Slate Blue. HEX triplet: 3C, 37 and 9E. RGB value is (60,55,158). Sum of RGB (Red+Green+Blue) = 60+55+158=273 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.98% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 158 (62.11% from 255 or 57.88% from 273); Max value from RGB is 158 - color contains mainly: blue. Hex color #3C379E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C379E is #C3C861. Grayscale: #434343. Windows color (decimal): -12830818 or 10368828. OLE color: 10368828.
HSL color Cylindrical-coordinate representation of color #3C379E: hue angle of 242.91º 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 #3C379E is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 55 | 158 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.38 |
| HSL | 242.91º | 0.48% | 0.42% | - |
| HSV(B) | 242.91º | 0.65% | 0.62% | - |
| XYZ | 9.4 | 6.16 | 33.04 | - |
| YUV | 68.24 | 178.66 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 158 | 0.62 | 0.65 | 0 | 0.38 | 242.91 | 0.48 | 0.42 |
| Hex | 3C | 37 | 9E | 3E | 41 | 0 | 26 | F3 | 30 | 2A |
| Octal | 74 | 67 | 236 | 76 | 101 | 0 | 46 | 363 | 60 | 52 |
| Binary | 111100 | 110111 | 10011110 | 111110 | 1000001 | 0 | 100110 | 11110011 | 110000 | 101010 |
Color Harmonies of #3C379E
Complementary color
Monochromatic Colors of #3C379E
Black with #3C379E
Text Example
Text Example
White with #3C379E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C379E; }
p { color: rgb(60,55,158); }
H1.HeaderClassName
{
color: #3C379E;
}
.AnyTagClassName
{
color: #3C379E;
}
</style>
background-color css
<style>
a { background-color: #3C379E; }
a { background-color: rgb(60,55,158); }
div.DivClassName
{
background-color: #3C379E;
}
.BgClassName
{
background-color: #3C379E;
}
</style>
border-color css
<style>
span { border-color: #3C379E; }
span { border-color: rgb(60,55,158); }
td.TdClassName
{
border-color: #3C379E;
}
.TagClassName
{
border-color: #3C379E;
}
</style>