Shades of Dark Slate Blue #3C338E
Tints of Dark Slate Blue #3C338E
RGB
CMYK
RGB Variations
Color information
#3C338E (or 0x3C338E) is known color: Dark Slate Blue. HEX triplet: 3C, 33 and 8E. RGB value is (60,51,142). Sum of RGB (Red+Green+Blue) = 60+51+142=253 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.72% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 142 (55.86% from 255 or 56.13% from 253); Max value from RGB is 142 - color contains mainly: blue. Hex color #3C338E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C338E is #C3CC71. Grayscale: #3F3F3F. Windows color (decimal): -12831858 or 9319228. OLE color: 9319228.
HSL color Cylindrical-coordinate representation of color #3C338E: hue angle of 245.93º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C338E is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 51 | 142 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.44 |
| HSL | 245.93º | 0.47% | 0.38% | - |
| HSV(B) | 245.93º | 0.64% | 0.56% | - |
| XYZ | 7.93 | 5.28 | 26.19 | - |
| YUV | 64.07 | 171.98 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 142 | 0.58 | 0.64 | 0 | 0.44 | 245.93 | 0.47 | 0.38 |
| Hex | 3C | 33 | 8E | 3A | 40 | 0 | 2C | F6 | 2F | 26 |
| Octal | 74 | 63 | 216 | 72 | 100 | 0 | 54 | 366 | 57 | 46 |
| Binary | 111100 | 110011 | 10001110 | 111010 | 1000000 | 0 | 101100 | 11110110 | 101111 | 100110 |
Color Harmonies of #3C338E
Complementary color
Monochromatic Colors of #3C338E
Black with #3C338E
Text Example
Text Example
White with #3C338E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C338E; }
p { color: rgb(60,51,142); }
H1.HeaderClassName
{
color: #3C338E;
}
.AnyTagClassName
{
color: #3C338E;
}
</style>
background-color css
<style>
a { background-color: #3C338E; }
a { background-color: rgb(60,51,142); }
div.DivClassName
{
background-color: #3C338E;
}
.BgClassName
{
background-color: #3C338E;
}
</style>
border-color css
<style>
span { border-color: #3C338E; }
span { border-color: rgb(60,51,142); }
td.TdClassName
{
border-color: #3C338E;
}
.TagClassName
{
border-color: #3C338E;
}
</style>