Shades of Dark Slate Blue #3C3791
Tints of Dark Slate Blue #3C3791
RGB
CMYK
RGB Variations
Color information
#3C3791 (or 0x3C3791) is known color: Dark Slate Blue. HEX triplet: 3C, 37 and 91. RGB value is (60,55,145). Sum of RGB (Red+Green+Blue) = 60+55+145=260 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.08% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 145 (57.03% from 255 or 55.77% from 260); Max value from RGB is 145 - color contains mainly: blue. Hex color #3C3791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3791 is #C3C86E. Grayscale: #424242. Windows color (decimal): -12830831 or 9516860. OLE color: 9516860.
HSL color Cylindrical-coordinate representation of color #3C3791: hue angle of 243.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C3791 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 60 | 55 | 145 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.43 |
| HSL | 243.33º | 0.45% | 0.39% | - |
| HSV(B) | 243.33º | 0.62% | 0.57% | - |
| XYZ | 8.34 | 5.74 | 27.46 | - |
| YUV | 66.76 | 172.16 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 145 | 0.59 | 0.62 | 0 | 0.43 | 243.33 | 0.45 | 0.39 |
| Hex | 3C | 37 | 91 | 3B | 3E | 0 | 2B | F3 | 2D | 27 |
| Octal | 74 | 67 | 221 | 73 | 76 | 0 | 53 | 363 | 55 | 47 |
| Binary | 111100 | 110111 | 10010001 | 111011 | 111110 | 0 | 101011 | 11110011 | 101101 | 100111 |
Color Harmonies of #3C3791
Complementary color
Monochromatic Colors of #3C3791
Black with #3C3791
Text Example
Text Example
White with #3C3791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3791; }
p { color: rgb(60,55,145); }
H1.HeaderClassName
{
color: #3C3791;
}
.AnyTagClassName
{
color: #3C3791;
}
</style>
background-color css
<style>
a { background-color: #3C3791; }
a { background-color: rgb(60,55,145); }
div.DivClassName
{
background-color: #3C3791;
}
.BgClassName
{
background-color: #3C3791;
}
</style>
border-color css
<style>
span { border-color: #3C3791; }
span { border-color: rgb(60,55,145); }
td.TdClassName
{
border-color: #3C3791;
}
.TagClassName
{
border-color: #3C3791;
}
</style>