Shades of Dark Slate Blue #3C4295
Tints of Dark Slate Blue #3C4295
RGB
CMYK
RGB Variations
Color information
#3C4295 (or 0x3C4295) is known color: Dark Slate Blue. HEX triplet: 3C, 42 and 95. RGB value is (60,66,149). Sum of RGB (Red+Green+Blue) = 60+66+149=275 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.82% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 149 (58.59% from 255 or 54.18% from 275); Max value from RGB is 149 - color contains mainly: blue. Hex color #3C4295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4295 is #C3BD6A. Grayscale: #494949. Windows color (decimal): -12828011 or 9781820. OLE color: 9781820.
HSL color Cylindrical-coordinate representation of color #3C4295: hue angle of 235.96º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C4295 is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 66 | 149 | - |
| CMYK | 0.60 | 0.56 | 0 | 0.42 |
| HSL | 235.96º | 0.43% | 0.41% | - |
| HSV(B) | 235.96º | 0.6% | 0.58% | - |
| XYZ | 9.24 | 7.03 | 29.3 | - |
| YUV | 73.67 | 170.51 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 66 | 149 | 0.60 | 0.56 | 0 | 0.42 | 235.96 | 0.43 | 0.41 |
| Hex | 3C | 42 | 95 | 3C | 38 | 0 | 2A | EC | 2B | 29 |
| Octal | 74 | 102 | 225 | 74 | 70 | 0 | 52 | 354 | 53 | 51 |
| Binary | 111100 | 1000010 | 10010101 | 111100 | 111000 | 0 | 101010 | 11101100 | 101011 | 101001 |
Color Harmonies of #3C4295
Complementary color
Monochromatic Colors of #3C4295
Black with #3C4295
Text Example
Text Example
White with #3C4295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4295; }
p { color: rgb(60,66,149); }
H1.HeaderClassName
{
color: #3C4295;
}
.AnyTagClassName
{
color: #3C4295;
}
</style>
background-color css
<style>
a { background-color: #3C4295; }
a { background-color: rgb(60,66,149); }
div.DivClassName
{
background-color: #3C4295;
}
.BgClassName
{
background-color: #3C4295;
}
</style>
border-color css
<style>
span { border-color: #3C4295; }
span { border-color: rgb(60,66,149); }
td.TdClassName
{
border-color: #3C4295;
}
.TagClassName
{
border-color: #3C4295;
}
</style>