Shades of Dark Slate Blue #3C4096
Tints of Dark Slate Blue #3C4096
RGB
CMYK
RGB Variations
Color information
#3C4096 (or 0x3C4096) is known color: Dark Slate Blue. HEX triplet: 3C, 40 and 96. RGB value is (60,64,150). Sum of RGB (Red+Green+Blue) = 60+64+150=274 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.90% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 150 (58.98% from 255 or 54.74% from 274); Max value from RGB is 150 - color contains mainly: blue. Hex color #3C4096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4096 is #C3BF69. Grayscale: #484848. Windows color (decimal): -12828522 or 9846844. OLE color: 9846844.
HSL color Cylindrical-coordinate representation of color #3C4096: hue angle of 237.33º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C4096 is Cyan = 0.6, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 60 | 64 | 150 | - |
| CMYK | 0.6 | 0.57 | 0 | 0.41 |
| HSL | 237.33º | 0.43% | 0.41% | - |
| HSV(B) | 237.33º | 0.6% | 0.59% | - |
| XYZ | 9.2 | 6.83 | 29.69 | - |
| YUV | 72.61 | 171.67 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 150 | 0.6 | 0.57 | 0 | 0.41 | 237.33 | 0.43 | 0.41 |
| Hex | 3C | 40 | 96 | 3C | 39 | 0 | 29 | ED | 2B | 29 |
| Octal | 74 | 100 | 226 | 74 | 71 | 0 | 51 | 355 | 53 | 51 |
| Binary | 111100 | 1000000 | 10010110 | 111100 | 111001 | 0 | 101001 | 11101101 | 101011 | 101001 |
Color Harmonies of #3C4096
Complementary color
Monochromatic Colors of #3C4096
Black with #3C4096
Text Example
Text Example
White with #3C4096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4096; }
p { color: rgb(60,64,150); }
H1.HeaderClassName
{
color: #3C4096;
}
.AnyTagClassName
{
color: #3C4096;
}
</style>
background-color css
<style>
a { background-color: #3C4096; }
a { background-color: rgb(60,64,150); }
div.DivClassName
{
background-color: #3C4096;
}
.BgClassName
{
background-color: #3C4096;
}
</style>
border-color css
<style>
span { border-color: #3C4096; }
span { border-color: rgb(60,64,150); }
td.TdClassName
{
border-color: #3C4096;
}
.TagClassName
{
border-color: #3C4096;
}
</style>