Shades of Dark Slate Blue #3C2F88
Tints of Dark Slate Blue #3C2F88
RGB
CMYK
RGB Variations
Color information
#3C2F88 (or 0x3C2F88) is known color: Dark Slate Blue. HEX triplet: 3C, 2F and 88. RGB value is (60,47,136). Sum of RGB (Red+Green+Blue) = 60+47+136=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 136 (53.52% from 255 or 55.97% from 243); Max value from RGB is 136 - color contains mainly: blue. Hex color #3C2F88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2F88 is #C3D077. Grayscale: #3C3C3C. Windows color (decimal): -12832888 or 8924988. OLE color: 8924988.
HSL color Cylindrical-coordinate representation of color #3C2F88: hue angle of 248.76º degrees, saturation: 0.49, 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 #3C2F88 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 47 | 136 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.47 |
| HSL | 248.76º | 0.49% | 0.36% | - |
| HSV(B) | 248.76º | 0.65% | 0.53% | - |
| XYZ | 7.32 | 4.77 | 23.83 | - |
| YUV | 61.03 | 170.31 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 47 | 136 | 0.56 | 0.65 | 0 | 0.47 | 248.76 | 0.49 | 0.36 |
| Hex | 3C | 2F | 88 | 38 | 41 | 0 | 2F | F9 | 31 | 24 |
| Octal | 74 | 57 | 210 | 70 | 101 | 0 | 57 | 371 | 61 | 44 |
| Binary | 111100 | 101111 | 10001000 | 111000 | 1000001 | 0 | 101111 | 11111001 | 110001 | 100100 |
Color Harmonies of #3C2F88
Complementary color
Monochromatic Colors of #3C2F88
Black with #3C2F88
Text Example
Text Example
White with #3C2F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2F88; }
p { color: rgb(60,47,136); }
H1.HeaderClassName
{
color: #3C2F88;
}
.AnyTagClassName
{
color: #3C2F88;
}
</style>
background-color css
<style>
a { background-color: #3C2F88; }
a { background-color: rgb(60,47,136); }
div.DivClassName
{
background-color: #3C2F88;
}
.BgClassName
{
background-color: #3C2F88;
}
</style>
border-color css
<style>
span { border-color: #3C2F88; }
span { border-color: rgb(60,47,136); }
td.TdClassName
{
border-color: #3C2F88;
}
.TagClassName
{
border-color: #3C2F88;
}
</style>