Shades of Dark Slate Blue #3C2F87
Tints of Dark Slate Blue #3C2F87
RGB
CMYK
RGB Variations
Color information
#3C2F87 (or 0x3C2F87) is known color: Dark Slate Blue. HEX triplet: 3C, 2F and 87. RGB value is (60,47,135). Sum of RGB (Red+Green+Blue) = 60+47+135=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 135 (53.12% from 255 or 55.79% from 242); Max value from RGB is 135 - color contains mainly: blue. Hex color #3C2F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2F87 is #C3D078. Grayscale: #3C3C3C. Windows color (decimal): -12832889 or 8859452. OLE color: 8859452.
HSL color Cylindrical-coordinate representation of color #3C2F87: hue angle of 248.86º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C2F87 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 47 | 135 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.47 |
| HSL | 248.86º | 0.48% | 0.36% | - |
| HSV(B) | 248.86º | 0.65% | 0.53% | - |
| XYZ | 7.25 | 4.74 | 23.45 | - |
| YUV | 60.92 | 169.81 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 47 | 135 | 0.56 | 0.65 | 0 | 0.47 | 248.86 | 0.48 | 0.36 |
| Hex | 3C | 2F | 87 | 38 | 41 | 0 | 2F | F9 | 30 | 24 |
| Octal | 74 | 57 | 207 | 70 | 101 | 0 | 57 | 371 | 60 | 44 |
| Binary | 111100 | 101111 | 10000111 | 111000 | 1000001 | 0 | 101111 | 11111001 | 110000 | 100100 |
Color Harmonies of #3C2F87
Complementary color
Monochromatic Colors of #3C2F87
Black with #3C2F87
Text Example
Text Example
White with #3C2F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2F87; }
p { color: rgb(60,47,135); }
H1.HeaderClassName
{
color: #3C2F87;
}
.AnyTagClassName
{
color: #3C2F87;
}
</style>
background-color css
<style>
a { background-color: #3C2F87; }
a { background-color: rgb(60,47,135); }
div.DivClassName
{
background-color: #3C2F87;
}
.BgClassName
{
background-color: #3C2F87;
}
</style>
border-color css
<style>
span { border-color: #3C2F87; }
span { border-color: rgb(60,47,135); }
td.TdClassName
{
border-color: #3C2F87;
}
.TagClassName
{
border-color: #3C2F87;
}
</style>