Shades of Dark Slate Blue #3C3399
Tints of Dark Slate Blue #3C3399
RGB
CMYK
RGB Variations
Color information
#3C3399 (or 0x3C3399) is known color: Dark Slate Blue. HEX triplet: 3C, 33 and 99. RGB value is (60,51,153). Sum of RGB (Red+Green+Blue) = 60+51+153=264 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.73% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 153 (60.16% from 255 or 57.95% from 264); Max value from RGB is 153 - color contains mainly: blue. Hex color #3C3399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3399 is #C3CC66. Grayscale: #404040. Windows color (decimal): -12831847 or 10040124. OLE color: 10040124.
HSL color Cylindrical-coordinate representation of color #3C3399: hue angle of 245.29º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C3399 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 60 | 51 | 153 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.4 |
| HSL | 245.29º | 0.5% | 0.4% | - |
| HSV(B) | 245.29º | 0.67% | 0.6% | - |
| XYZ | 8.8 | 5.63 | 30.76 | - |
| YUV | 65.32 | 177.48 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 153 | 0.61 | 0.67 | 0 | 0.4 | 245.29 | 0.5 | 0.4 |
| Hex | 3C | 33 | 99 | 3D | 43 | 0 | 28 | F5 | 32 | 28 |
| Octal | 74 | 63 | 231 | 75 | 103 | 0 | 50 | 365 | 62 | 50 |
| Binary | 111100 | 110011 | 10011001 | 111101 | 1000011 | 0 | 101000 | 11110101 | 110010 | 101000 |
Color Harmonies of #3C3399
Complementary color
Monochromatic Colors of #3C3399
Black with #3C3399
Text Example
Text Example
White with #3C3399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3399; }
p { color: rgb(60,51,153); }
H1.HeaderClassName
{
color: #3C3399;
}
.AnyTagClassName
{
color: #3C3399;
}
</style>
background-color css
<style>
a { background-color: #3C3399; }
a { background-color: rgb(60,51,153); }
div.DivClassName
{
background-color: #3C3399;
}
.BgClassName
{
background-color: #3C3399;
}
</style>
border-color css
<style>
span { border-color: #3C3399; }
span { border-color: rgb(60,51,153); }
td.TdClassName
{
border-color: #3C3399;
}
.TagClassName
{
border-color: #3C3399;
}
</style>