Shades of Dark Slate Blue #3C3790
Tints of Dark Slate Blue #3C3790
RGB
CMYK
RGB Variations
Color information
#3C3790 (or 0x3C3790) is known color: Dark Slate Blue. HEX triplet: 3C, 37 and 90. RGB value is (60,55,144). Sum of RGB (Red+Green+Blue) = 60+55+144=259 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.17% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 144 (56.64% from 255 or 55.60% from 259); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C3790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3790 is #C3C86F. Grayscale: #424242. Windows color (decimal): -12830832 or 9451324. OLE color: 9451324.
HSL color Cylindrical-coordinate representation of color #3C3790: hue angle of 243.37º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C3790 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 55 | 144 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.44 |
| HSL | 243.37º | 0.45% | 0.39% | - |
| HSV(B) | 243.37º | 0.62% | 0.56% | - |
| XYZ | 8.26 | 5.71 | 27.05 | - |
| YUV | 66.64 | 171.66 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 144 | 0.58 | 0.62 | 0 | 0.44 | 243.37 | 0.45 | 0.39 |
| Hex | 3C | 37 | 90 | 3A | 3E | 0 | 2C | F3 | 2D | 27 |
| Octal | 74 | 67 | 220 | 72 | 76 | 0 | 54 | 363 | 55 | 47 |
| Binary | 111100 | 110111 | 10010000 | 111010 | 111110 | 0 | 101100 | 11110011 | 101101 | 100111 |
Color Harmonies of #3C3790
Complementary color
Monochromatic Colors of #3C3790
Black with #3C3790
Text Example
Text Example
White with #3C3790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3790; }
p { color: rgb(60,55,144); }
H1.HeaderClassName
{
color: #3C3790;
}
.AnyTagClassName
{
color: #3C3790;
}
</style>
background-color css
<style>
a { background-color: #3C3790; }
a { background-color: rgb(60,55,144); }
div.DivClassName
{
background-color: #3C3790;
}
.BgClassName
{
background-color: #3C3790;
}
</style>
border-color css
<style>
span { border-color: #3C3790; }
span { border-color: rgb(60,55,144); }
td.TdClassName
{
border-color: #3C3790;
}
.TagClassName
{
border-color: #3C3790;
}
</style>