Shades of Dark Slate Blue #3C3095
Tints of Dark Slate Blue #3C3095
RGB
CMYK
RGB Variations
Color information
#3C3095 (or 0x3C3095) is known color: Dark Slate Blue. HEX triplet: 3C, 30 and 95. RGB value is (60,48,149). Sum of RGB (Red+Green+Blue) = 60+48+149=257 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.35% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 149 (58.59% from 255 or 57.98% from 257); Max value from RGB is 149 - color contains mainly: blue. Hex color #3C3095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3095 is #C3CF6A. Grayscale: #3E3E3E. Windows color (decimal): -12832619 or 9777212. OLE color: 9777212.
HSL color Cylindrical-coordinate representation of color #3C3095: hue angle of 247.13º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C3095 is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 48 | 149 | - |
| CMYK | 0.60 | 0.68 | 0 | 0.42 |
| HSL | 247.13º | 0.51% | 0.39% | - |
| HSV(B) | 247.13º | 0.68% | 0.58% | - |
| XYZ | 8.35 | 5.24 | 29.01 | - |
| YUV | 63.1 | 176.48 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 48 | 149 | 0.60 | 0.68 | 0 | 0.42 | 247.13 | 0.51 | 0.39 |
| Hex | 3C | 30 | 95 | 3C | 44 | 0 | 2A | F7 | 33 | 27 |
| Octal | 74 | 60 | 225 | 74 | 104 | 0 | 52 | 367 | 63 | 47 |
| Binary | 111100 | 110000 | 10010101 | 111100 | 1000100 | 0 | 101010 | 11110111 | 110011 | 100111 |
Color Harmonies of #3C3095
Complementary color
Monochromatic Colors of #3C3095
Black with #3C3095
Text Example
Text Example
White with #3C3095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3095; }
p { color: rgb(60,48,149); }
H1.HeaderClassName
{
color: #3C3095;
}
.AnyTagClassName
{
color: #3C3095;
}
</style>
background-color css
<style>
a { background-color: #3C3095; }
a { background-color: rgb(60,48,149); }
div.DivClassName
{
background-color: #3C3095;
}
.BgClassName
{
background-color: #3C3095;
}
</style>
border-color css
<style>
span { border-color: #3C3095; }
span { border-color: rgb(60,48,149); }
td.TdClassName
{
border-color: #3C3095;
}
.TagClassName
{
border-color: #3C3095;
}
</style>