Shades of Dark Slate Blue #3C2F95
Tints of Dark Slate Blue #3C2F95
RGB
CMYK
RGB Variations
Color information
#3C2F95 (or 0x3C2F95) is known color: Dark Slate Blue. HEX triplet: 3C, 2F and 95. RGB value is (60,47,149). Sum of RGB (Red+Green+Blue) = 60+47+149=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #3C2F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2F95 is #C3D06A. Grayscale: #3E3E3E. Windows color (decimal): -12832875 or 9776956. OLE color: 9776956.
HSL color Cylindrical-coordinate representation of color #3C2F95: hue angle of 247.65º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C2F95 is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 47 | 149 | - |
| CMYK | 0.60 | 0.68 | 0 | 0.42 |
| HSL | 247.65º | 0.52% | 0.38% | - |
| HSV(B) | 247.65º | 0.68% | 0.58% | - |
| XYZ | 8.3 | 5.16 | 28.99 | - |
| YUV | 62.52 | 176.81 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 47 | 149 | 0.60 | 0.68 | 0 | 0.42 | 247.65 | 0.52 | 0.38 |
| Hex | 3C | 2F | 95 | 3C | 44 | 0 | 2A | F8 | 34 | 26 |
| Octal | 74 | 57 | 225 | 74 | 104 | 0 | 52 | 370 | 64 | 46 |
| Binary | 111100 | 101111 | 10010101 | 111100 | 1000100 | 0 | 101010 | 11111000 | 110100 | 100110 |
Color Harmonies of #3C2F95
Complementary color
Monochromatic Colors of #3C2F95
Black with #3C2F95
Text Example
Text Example
White with #3C2F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2F95; }
p { color: rgb(60,47,149); }
H1.HeaderClassName
{
color: #3C2F95;
}
.AnyTagClassName
{
color: #3C2F95;
}
</style>
background-color css
<style>
a { background-color: #3C2F95; }
a { background-color: rgb(60,47,149); }
div.DivClassName
{
background-color: #3C2F95;
}
.BgClassName
{
background-color: #3C2F95;
}
</style>
border-color css
<style>
span { border-color: #3C2F95; }
span { border-color: rgb(60,47,149); }
td.TdClassName
{
border-color: #3C2F95;
}
.TagClassName
{
border-color: #3C2F95;
}
</style>