Shades of Dark Slate Blue #3C3491
Tints of Dark Slate Blue #3C3491
RGB
CMYK
RGB Variations
Color information
#3C3491 (or 0x3C3491) is known color: Dark Slate Blue. HEX triplet: 3C, 34 and 91. RGB value is (60,52,145). Sum of RGB (Red+Green+Blue) = 60+52+145=257 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.35% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #3C3491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3491 is #C3CB6E. Grayscale: #404040. Windows color (decimal): -12831599 or 9516092. OLE color: 9516092.
HSL color Cylindrical-coordinate representation of color #3C3491: hue angle of 245.16º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C3491 is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 60 | 52 | 145 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.43 |
| HSL | 245.16º | 0.47% | 0.39% | - |
| HSV(B) | 245.16º | 0.64% | 0.57% | - |
| XYZ | 8.2 | 5.46 | 27.41 | - |
| YUV | 64.99 | 173.15 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 52 | 145 | 0.59 | 0.64 | 0 | 0.43 | 245.16 | 0.47 | 0.39 |
| Hex | 3C | 34 | 91 | 3B | 40 | 0 | 2B | F5 | 2F | 27 |
| Octal | 74 | 64 | 221 | 73 | 100 | 0 | 53 | 365 | 57 | 47 |
| Binary | 111100 | 110100 | 10010001 | 111011 | 1000000 | 0 | 101011 | 11110101 | 101111 | 100111 |
Color Harmonies of #3C3491
Complementary color
Monochromatic Colors of #3C3491
Black with #3C3491
Text Example
Text Example
White with #3C3491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3491; }
p { color: rgb(60,52,145); }
H1.HeaderClassName
{
color: #3C3491;
}
.AnyTagClassName
{
color: #3C3491;
}
</style>
background-color css
<style>
a { background-color: #3C3491; }
a { background-color: rgb(60,52,145); }
div.DivClassName
{
background-color: #3C3491;
}
.BgClassName
{
background-color: #3C3491;
}
</style>
border-color css
<style>
span { border-color: #3C3491; }
span { border-color: rgb(60,52,145); }
td.TdClassName
{
border-color: #3C3491;
}
.TagClassName
{
border-color: #3C3491;
}
</style>