Shades of Dark Slate Blue #3C3080
Tints of Dark Slate Blue #3C3080
RGB
CMYK
RGB Variations
Color information
#3C3080 (or 0x3C3080) is known color: Dark Slate Blue. HEX triplet: 3C, 30 and 80. RGB value is (60,48,128). Sum of RGB (Red+Green+Blue) = 60+48+128=236 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.42% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 128 (50.39% from 255 or 54.24% from 236); Max value from RGB is 128 - color contains mainly: blue. Hex color #3C3080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3080 is #C3CF7F. Grayscale: #3C3C3C. Windows color (decimal): -12832640 or 8400956. OLE color: 8400956.
HSL color Cylindrical-coordinate representation of color #3C3080: hue angle of 249º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C3080 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 60 | 48 | 128 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.50 |
| HSL | 249º | 0.45% | 0.35% | - |
| HSV(B) | 249º | 0.63% | 0.5% | - |
| XYZ | 6.82 | 4.63 | 20.96 | - |
| YUV | 60.71 | 165.98 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 48 | 128 | 0.53 | 0.62 | 0 | 0.50 | 249 | 0.45 | 0.35 |
| Hex | 3C | 30 | 80 | 35 | 3E | 0 | 32 | F9 | 2D | 23 |
| Octal | 74 | 60 | 200 | 65 | 76 | 0 | 62 | 371 | 55 | 43 |
| Binary | 111100 | 110000 | 10000000 | 110101 | 111110 | 0 | 110010 | 11111001 | 101101 | 100011 |
Color Harmonies of #3C3080
Complementary color
Monochromatic Colors of #3C3080
Black with #3C3080
Text Example
Text Example
White with #3C3080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3080; }
p { color: rgb(60,48,128); }
H1.HeaderClassName
{
color: #3C3080;
}
.AnyTagClassName
{
color: #3C3080;
}
</style>
background-color css
<style>
a { background-color: #3C3080; }
a { background-color: rgb(60,48,128); }
div.DivClassName
{
background-color: #3C3080;
}
.BgClassName
{
background-color: #3C3080;
}
</style>
border-color css
<style>
span { border-color: #3C3080; }
span { border-color: rgb(60,48,128); }
td.TdClassName
{
border-color: #3C3080;
}
.TagClassName
{
border-color: #3C3080;
}
</style>