Shades of Dark Slate Blue #3C329D
Tints of Dark Slate Blue #3C329D
RGB
CMYK
RGB Variations
Color information
#3C329D (or 0x3C329D) is known color: Dark Slate Blue. HEX triplet: 3C, 32 and 9D. RGB value is (60,50,157). Sum of RGB (Red+Green+Blue) = 60+50+157=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 157 (61.72% from 255 or 58.80% from 267); Max value from RGB is 157 - color contains mainly: blue. Hex color #3C329D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C329D is #C3CD62. Grayscale: #404040. Windows color (decimal): -12832099 or 10302012. OLE color: 10302012.
HSL color Cylindrical-coordinate representation of color #3C329D: hue angle of 245.61º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C329D is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
RGB | 60 | 50 | 157 | - |
CMYK | 0.62 | 0.68 | 0 | 0.38 |
HSL | 245.61º | 0.52% | 0.41% | - |
HSV(B) | 245.61º | 0.68% | 0.62% | - |
XYZ | 9.09 | 5.68 | 32.51 | - |
YUV | 65.19 | 179.81 | 124.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 50 | 157 | 0.62 | 0.68 | 0 | 0.38 | 245.61 | 0.52 | 0.41 |
Hex | 3C | 32 | 9D | 3E | 44 | 0 | 26 | F6 | 34 | 29 |
Octal | 74 | 62 | 235 | 76 | 104 | 0 | 46 | 366 | 64 | 51 |
Binary | 111100 | 110010 | 10011101 | 111110 | 1000100 | 0 | 100110 | 11110110 | 110100 | 101001 |
Color Harmonies of #3C329D
Complementary color
Monochromatic Colors of #3C329D
Black with #3C329D
Text Example
Text Example
White with #3C329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C329D; }
p { color: rgb(60,50,157); }
H1.HeaderClassName
{
color: #3C329D;
}
.AnyTagClassName
{
color: #3C329D;
}
</style>
background-color css
<style>
a { background-color: #3C329D; }
a { background-color: rgb(60,50,157); }
div.DivClassName
{
background-color: #3C329D;
}
.BgClassName
{
background-color: #3C329D;
}
</style>
border-color css
<style>
span { border-color: #3C329D; }
span { border-color: rgb(60,50,157); }
td.TdClassName
{
border-color: #3C329D;
}
.TagClassName
{
border-color: #3C329D;
}
</style>