Shades of Dark Slate Blue #3C2E94
Tints of Dark Slate Blue #3C2E94
RGB
CMYK
RGB Variations
Color information
#3C2E94 (or 0x3C2E94) is known color: Dark Slate Blue. HEX triplet: 3C, 2E and 94. RGB value is (60,46,148). Sum of RGB (Red+Green+Blue) = 60+46+148=254 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.62% from 254); Green value is 46 (18.36% from 255 or 18.11% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #3C2E94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2E94 is #C3D16B. Grayscale: #3D3D3D. Windows color (decimal): -12833132 or 9711164. OLE color: 9711164.
HSL color Cylindrical-coordinate representation of color #3C2E94: hue angle of 248.24º degrees, saturation: 0.53, 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 #3C2E94 is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 46 | 148 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.42 |
| HSL | 248.24º | 0.53% | 0.38% | - |
| HSV(B) | 248.24º | 0.69% | 0.58% | - |
| XYZ | 8.19 | 5.05 | 28.56 | - |
| YUV | 61.81 | 176.64 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 46 | 148 | 0.59 | 0.69 | 0 | 0.42 | 248.24 | 0.53 | 0.38 |
| Hex | 3C | 2E | 94 | 3B | 45 | 0 | 2A | F8 | 35 | 26 |
| Octal | 74 | 56 | 224 | 73 | 105 | 0 | 52 | 370 | 65 | 46 |
| Binary | 111100 | 101110 | 10010100 | 111011 | 1000101 | 0 | 101010 | 11111000 | 110101 | 100110 |
Color Harmonies of #3C2E94
Complementary color
Monochromatic Colors of #3C2E94
Black with #3C2E94
Text Example
Text Example
White with #3C2E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2E94; }
p { color: rgb(60,46,148); }
H1.HeaderClassName
{
color: #3C2E94;
}
.AnyTagClassName
{
color: #3C2E94;
}
</style>
background-color css
<style>
a { background-color: #3C2E94; }
a { background-color: rgb(60,46,148); }
div.DivClassName
{
background-color: #3C2E94;
}
.BgClassName
{
background-color: #3C2E94;
}
</style>
border-color css
<style>
span { border-color: #3C2E94; }
span { border-color: rgb(60,46,148); }
td.TdClassName
{
border-color: #3C2E94;
}
.TagClassName
{
border-color: #3C2E94;
}
</style>