Shades of Dark Slate Blue #3C3386
Tints of Dark Slate Blue #3C3386
RGB
CMYK
RGB Variations
Color information
#3C3386 (or 0x3C3386) is known color: Dark Slate Blue. HEX triplet: 3C, 33 and 86. RGB value is (60,51,134). Sum of RGB (Red+Green+Blue) = 60+51+134=245 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.49% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 134 (52.73% from 255 or 54.69% from 245); Max value from RGB is 134 - color contains mainly: blue. Hex color #3C3386 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3386 is #C3CC79. Grayscale: #3E3E3E. Windows color (decimal): -12831866 or 8794940. OLE color: 8794940.
HSL color Cylindrical-coordinate representation of color #3C3386: hue angle of 246.51º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C3386 is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 51 | 134 | - |
| CMYK | 0.55 | 0.62 | 0 | 0.47 |
| HSL | 246.51º | 0.45% | 0.36% | - |
| HSV(B) | 246.51º | 0.62% | 0.53% | - |
| XYZ | 7.35 | 5.05 | 23.14 | - |
| YUV | 63.15 | 167.98 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 134 | 0.55 | 0.62 | 0 | 0.47 | 246.51 | 0.45 | 0.36 |
| Hex | 3C | 33 | 86 | 37 | 3E | 0 | 2F | F7 | 2D | 24 |
| Octal | 74 | 63 | 206 | 67 | 76 | 0 | 57 | 367 | 55 | 44 |
| Binary | 111100 | 110011 | 10000110 | 110111 | 111110 | 0 | 101111 | 11110111 | 101101 | 100100 |
Color Harmonies of #3C3386
Complementary color
Monochromatic Colors of #3C3386
Black with #3C3386
Text Example
Text Example
White with #3C3386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3386; }
p { color: rgb(60,51,134); }
H1.HeaderClassName
{
color: #3C3386;
}
.AnyTagClassName
{
color: #3C3386;
}
</style>
background-color css
<style>
a { background-color: #3C3386; }
a { background-color: rgb(60,51,134); }
div.DivClassName
{
background-color: #3C3386;
}
.BgClassName
{
background-color: #3C3386;
}
</style>
border-color css
<style>
span { border-color: #3C3386; }
span { border-color: rgb(60,51,134); }
td.TdClassName
{
border-color: #3C3386;
}
.TagClassName
{
border-color: #3C3386;
}
</style>