Shades of Dark Slate Blue #3C339E
Tints of Dark Slate Blue #3C339E
RGB
CMYK
RGB Variations
Color information
#3C339E (or 0x3C339E) is known color: Dark Slate Blue. HEX triplet: 3C, 33 and 9E. RGB value is (60,51,158). Sum of RGB (Red+Green+Blue) = 60+51+158=269 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.30% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 158 (62.11% from 255 or 58.74% from 269); Max value from RGB is 158 - color contains mainly: blue. Hex color #3C339E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C339E is #C3CC61. Grayscale: #414141. Windows color (decimal): -12831842 or 10367804. OLE color: 10367804.
HSL color Cylindrical-coordinate representation of color #3C339E: hue angle of 245.05º degrees, saturation: 0.51, 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 #3C339E is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 51 | 158 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.38 |
| HSL | 245.05º | 0.51% | 0.41% | - |
| HSV(B) | 245.05º | 0.68% | 0.62% | - |
| XYZ | 9.22 | 5.8 | 32.98 | - |
| YUV | 65.89 | 179.98 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 158 | 0.62 | 0.68 | 0 | 0.38 | 245.05 | 0.51 | 0.41 |
| Hex | 3C | 33 | 9E | 3E | 44 | 0 | 26 | F5 | 33 | 29 |
| Octal | 74 | 63 | 236 | 76 | 104 | 0 | 46 | 365 | 63 | 51 |
| Binary | 111100 | 110011 | 10011110 | 111110 | 1000100 | 0 | 100110 | 11110101 | 110011 | 101001 |
Color Harmonies of #3C339E
Complementary color
Monochromatic Colors of #3C339E
Black with #3C339E
Text Example
Text Example
White with #3C339E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C339E; }
p { color: rgb(60,51,158); }
H1.HeaderClassName
{
color: #3C339E;
}
.AnyTagClassName
{
color: #3C339E;
}
</style>
background-color css
<style>
a { background-color: #3C339E; }
a { background-color: rgb(60,51,158); }
div.DivClassName
{
background-color: #3C339E;
}
.BgClassName
{
background-color: #3C339E;
}
</style>
border-color css
<style>
span { border-color: #3C339E; }
span { border-color: rgb(60,51,158); }
td.TdClassName
{
border-color: #3C339E;
}
.TagClassName
{
border-color: #3C339E;
}
</style>