Shades of Dark Slate Blue #3C2E89
Tints of Dark Slate Blue #3C2E89
RGB
CMYK
RGB Variations
Color information
#3C2E89 (or 0x3C2E89) is known color: Dark Slate Blue. HEX triplet: 3C, 2E and 89. RGB value is (60,46,137). Sum of RGB (Red+Green+Blue) = 60+46+137=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 137 (53.91% from 255 or 56.38% from 243); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C2E89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2E89 is #C3D176. Grayscale: #3C3C3C. Windows color (decimal): -12833143 or 8990268. OLE color: 8990268.
HSL color Cylindrical-coordinate representation of color #3C2E89: hue angle of 249.23º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C2E89 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 46 | 137 | - |
| CMYK | 0.56 | 0.66 | 0 | 0.46 |
| HSL | 249.23º | 0.5% | 0.36% | - |
| HSV(B) | 249.23º | 0.66% | 0.54% | - |
| XYZ | 7.36 | 4.72 | 24.19 | - |
| YUV | 60.56 | 171.14 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 46 | 137 | 0.56 | 0.66 | 0 | 0.46 | 249.23 | 0.5 | 0.36 |
| Hex | 3C | 2E | 89 | 38 | 42 | 0 | 2E | F9 | 32 | 24 |
| Octal | 74 | 56 | 211 | 70 | 102 | 0 | 56 | 371 | 62 | 44 |
| Binary | 111100 | 101110 | 10001001 | 111000 | 1000010 | 0 | 101110 | 11111001 | 110010 | 100100 |
Color Harmonies of #3C2E89
Complementary color
Monochromatic Colors of #3C2E89
Black with #3C2E89
Text Example
Text Example
White with #3C2E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2E89; }
p { color: rgb(60,46,137); }
H1.HeaderClassName
{
color: #3C2E89;
}
.AnyTagClassName
{
color: #3C2E89;
}
</style>
background-color css
<style>
a { background-color: #3C2E89; }
a { background-color: rgb(60,46,137); }
div.DivClassName
{
background-color: #3C2E89;
}
.BgClassName
{
background-color: #3C2E89;
}
</style>
border-color css
<style>
span { border-color: #3C2E89; }
span { border-color: rgb(60,46,137); }
td.TdClassName
{
border-color: #3C2E89;
}
.TagClassName
{
border-color: #3C2E89;
}
</style>