Shades of Dark Slate Blue #3C2E93
Tints of Dark Slate Blue #3C2E93
RGB
CMYK
RGB Variations
Color information
#3C2E93 (or 0x3C2E93) is known color: Dark Slate Blue. HEX triplet: 3C, 2E and 93. RGB value is (60,46,147). Sum of RGB (Red+Green+Blue) = 60+46+147=253 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.72% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #3C2E93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2E93 is #C3D16C. Grayscale: #3D3D3D. Windows color (decimal): -12833133 or 9645628. OLE color: 9645628.
HSL color Cylindrical-coordinate representation of color #3C2E93: hue angle of 248.32º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C2E93 is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 46 | 147 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.42 |
| HSL | 248.32º | 0.52% | 0.38% | - |
| HSV(B) | 248.32º | 0.69% | 0.58% | - |
| XYZ | 8.11 | 5.02 | 28.15 | - |
| YUV | 61.7 | 176.14 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 46 | 147 | 0.59 | 0.69 | 0 | 0.42 | 248.32 | 0.52 | 0.38 |
| Hex | 3C | 2E | 93 | 3B | 45 | 0 | 2A | F8 | 34 | 26 |
| Octal | 74 | 56 | 223 | 73 | 105 | 0 | 52 | 370 | 64 | 46 |
| Binary | 111100 | 101110 | 10010011 | 111011 | 1000101 | 0 | 101010 | 11111000 | 110100 | 100110 |
Color Harmonies of #3C2E93
Complementary color
Monochromatic Colors of #3C2E93
Black with #3C2E93
Text Example
Text Example
White with #3C2E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2E93; }
p { color: rgb(60,46,147); }
H1.HeaderClassName
{
color: #3C2E93;
}
.AnyTagClassName
{
color: #3C2E93;
}
</style>
background-color css
<style>
a { background-color: #3C2E93; }
a { background-color: rgb(60,46,147); }
div.DivClassName
{
background-color: #3C2E93;
}
.BgClassName
{
background-color: #3C2E93;
}
</style>
border-color css
<style>
span { border-color: #3C2E93; }
span { border-color: rgb(60,46,147); }
td.TdClassName
{
border-color: #3C2E93;
}
.TagClassName
{
border-color: #3C2E93;
}
</style>