Shades of Dark Slate Blue #3C3789
Tints of Dark Slate Blue #3C3789
RGB
CMYK
RGB Variations
Color information
#3C3789 (or 0x3C3789) is known color: Dark Slate Blue. HEX triplet: 3C, 37 and 89. RGB value is (60,55,137). Sum of RGB (Red+Green+Blue) = 60+55+137=252 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.81% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 137 (53.91% from 255 or 54.37% from 252); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C3789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3789 is #C3C876. Grayscale: #414141. Windows color (decimal): -12830839 or 8992572. OLE color: 8992572.
HSL color Cylindrical-coordinate representation of color #3C3789: hue angle of 243.66º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C3789 is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 55 | 137 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.46 |
| HSL | 243.66º | 0.43% | 0.38% | - |
| HSV(B) | 243.66º | 0.6% | 0.54% | - |
| XYZ | 7.75 | 5.5 | 24.32 | - |
| YUV | 65.84 | 168.16 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 137 | 0.56 | 0.60 | 0 | 0.46 | 243.66 | 0.43 | 0.38 |
| Hex | 3C | 37 | 89 | 38 | 3C | 0 | 2E | F4 | 2B | 26 |
| Octal | 74 | 67 | 211 | 70 | 74 | 0 | 56 | 364 | 53 | 46 |
| Binary | 111100 | 110111 | 10001001 | 111000 | 111100 | 0 | 101110 | 11110100 | 101011 | 100110 |
Color Harmonies of #3C3789
Complementary color
Monochromatic Colors of #3C3789
Black with #3C3789
Text Example
Text Example
White with #3C3789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3789; }
p { color: rgb(60,55,137); }
H1.HeaderClassName
{
color: #3C3789;
}
.AnyTagClassName
{
color: #3C3789;
}
</style>
background-color css
<style>
a { background-color: #3C3789; }
a { background-color: rgb(60,55,137); }
div.DivClassName
{
background-color: #3C3789;
}
.BgClassName
{
background-color: #3C3789;
}
</style>
border-color css
<style>
span { border-color: #3C3789; }
span { border-color: rgb(60,55,137); }
td.TdClassName
{
border-color: #3C3789;
}
.TagClassName
{
border-color: #3C3789;
}
</style>