Shades of Dark Slate Blue #3C359D
Tints of Dark Slate Blue #3C359D
RGB
CMYK
RGB Variations
Color information
#3C359D (or 0x3C359D) is known color: Dark Slate Blue. HEX triplet: 3C, 35 and 9D. RGB value is (60,53,157). Sum of RGB (Red+Green+Blue) = 60+53+157=270 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.22% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #3C359D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C359D is #C3CA62. Grayscale: #424242. Windows color (decimal): -12831331 or 10302780. OLE color: 10302780.
HSL color Cylindrical-coordinate representation of color #3C359D: hue angle of 244.04º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C359D is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 53 | 157 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.38 |
| HSL | 244.04º | 0.5% | 0.41% | - |
| HSV(B) | 244.04º | 0.66% | 0.62% | - |
| XYZ | 9.22 | 5.94 | 32.56 | - |
| YUV | 66.95 | 178.82 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 53 | 157 | 0.62 | 0.66 | 0 | 0.38 | 244.04 | 0.5 | 0.41 |
| Hex | 3C | 35 | 9D | 3E | 42 | 0 | 26 | F4 | 32 | 29 |
| Octal | 74 | 65 | 235 | 76 | 102 | 0 | 46 | 364 | 62 | 51 |
| Binary | 111100 | 110101 | 10011101 | 111110 | 1000010 | 0 | 100110 | 11110100 | 110010 | 101001 |
Color Harmonies of #3C359D
Complementary color
Monochromatic Colors of #3C359D
Black with #3C359D
Text Example
Text Example
White with #3C359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C359D; }
p { color: rgb(60,53,157); }
H1.HeaderClassName
{
color: #3C359D;
}
.AnyTagClassName
{
color: #3C359D;
}
</style>
background-color css
<style>
a { background-color: #3C359D; }
a { background-color: rgb(60,53,157); }
div.DivClassName
{
background-color: #3C359D;
}
.BgClassName
{
background-color: #3C359D;
}
</style>
border-color css
<style>
span { border-color: #3C359D; }
span { border-color: rgb(60,53,157); }
td.TdClassName
{
border-color: #3C359D;
}
.TagClassName
{
border-color: #3C359D;
}
</style>