Shades of Dark Slate Blue #3C379A
Tints of Dark Slate Blue #3C379A
RGB
CMYK
RGB Variations
Color information
#3C379A (or 0x3C379A) is known color: Dark Slate Blue. HEX triplet: 3C, 37 and 9A. RGB value is (60,55,154). Sum of RGB (Red+Green+Blue) = 60+55+154=269 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.30% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 154 (60.55% from 255 or 57.25% from 269); Max value from RGB is 154 - color contains mainly: blue. Hex color #3C379A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C379A is #C3C865. Grayscale: #434343. Windows color (decimal): -12830822 or 10106684. OLE color: 10106684.
HSL color Cylindrical-coordinate representation of color #3C379A: hue angle of 243.03º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C379A is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 60 | 55 | 154 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.40 |
| HSL | 243.03º | 0.47% | 0.41% | - |
| HSV(B) | 243.03º | 0.64% | 0.6% | - |
| XYZ | 9.06 | 6.03 | 31.26 | - |
| YUV | 67.78 | 176.66 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 154 | 0.61 | 0.64 | 0 | 0.40 | 243.03 | 0.47 | 0.41 |
| Hex | 3C | 37 | 9A | 3D | 40 | 0 | 28 | F3 | 2F | 29 |
| Octal | 74 | 67 | 232 | 75 | 100 | 0 | 50 | 363 | 57 | 51 |
| Binary | 111100 | 110111 | 10011010 | 111101 | 1000000 | 0 | 101000 | 11110011 | 101111 | 101001 |
Color Harmonies of #3C379A
Complementary color
Monochromatic Colors of #3C379A
Black with #3C379A
Text Example
Text Example
White with #3C379A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C379A; }
p { color: rgb(60,55,154); }
H1.HeaderClassName
{
color: #3C379A;
}
.AnyTagClassName
{
color: #3C379A;
}
</style>
background-color css
<style>
a { background-color: #3C379A; }
a { background-color: rgb(60,55,154); }
div.DivClassName
{
background-color: #3C379A;
}
.BgClassName
{
background-color: #3C379A;
}
</style>
border-color css
<style>
span { border-color: #3C379A; }
span { border-color: rgb(60,55,154); }
td.TdClassName
{
border-color: #3C379A;
}
.TagClassName
{
border-color: #3C379A;
}
</style>