Shades of Dark Slate Blue #3C3093
Tints of Dark Slate Blue #3C3093
RGB
CMYK
RGB Variations
Color information
#3C3093 (or 0x3C3093) is known color: Dark Slate Blue. HEX triplet: 3C, 30 and 93. RGB value is (60,48,147). Sum of RGB (Red+Green+Blue) = 60+48+147=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #3C3093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3093 is #C3CF6C. Grayscale: #3E3E3E. Windows color (decimal): -12832621 or 9646140. OLE color: 9646140.
HSL color Cylindrical-coordinate representation of color #3C3093: hue angle of 247.27º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C3093 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 48 | 147 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.42 |
| HSL | 247.27º | 0.51% | 0.38% | - |
| HSV(B) | 247.27º | 0.67% | 0.58% | - |
| XYZ | 8.19 | 5.18 | 28.17 | - |
| YUV | 62.87 | 175.48 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 48 | 147 | 0.59 | 0.67 | 0 | 0.42 | 247.27 | 0.51 | 0.38 |
| Hex | 3C | 30 | 93 | 3B | 43 | 0 | 2A | F7 | 33 | 26 |
| Octal | 74 | 60 | 223 | 73 | 103 | 0 | 52 | 367 | 63 | 46 |
| Binary | 111100 | 110000 | 10010011 | 111011 | 1000011 | 0 | 101010 | 11110111 | 110011 | 100110 |
Color Harmonies of #3C3093
Complementary color
Monochromatic Colors of #3C3093
Black with #3C3093
Text Example
Text Example
White with #3C3093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3093; }
p { color: rgb(60,48,147); }
H1.HeaderClassName
{
color: #3C3093;
}
.AnyTagClassName
{
color: #3C3093;
}
</style>
background-color css
<style>
a { background-color: #3C3093; }
a { background-color: rgb(60,48,147); }
div.DivClassName
{
background-color: #3C3093;
}
.BgClassName
{
background-color: #3C3093;
}
</style>
border-color css
<style>
span { border-color: #3C3093; }
span { border-color: rgb(60,48,147); }
td.TdClassName
{
border-color: #3C3093;
}
.TagClassName
{
border-color: #3C3093;
}
</style>