Shades of Dark Slate Blue #3C298E
Tints of Dark Slate Blue #3C298E
RGB
CMYK
RGB Variations
Color information
#3C298E (or 0x3C298E) is known color: Dark Slate Blue. HEX triplet: 3C, 29 and 8E. RGB value is (60,41,142). Sum of RGB (Red+Green+Blue) = 60+41+142=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 142 (55.86% from 255 or 58.44% from 243); Max value from RGB is 142 - color contains mainly: blue. Hex color #3C298E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C298E is #C3D671. Grayscale: #393939. Windows color (decimal): -12834418 or 9316668. OLE color: 9316668.
HSL color Cylindrical-coordinate representation of color #3C298E: hue angle of 251.29º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C298E is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 41 | 142 | - |
| CMYK | 0.58 | 0.71 | 0 | 0.44 |
| HSL | 251.29º | 0.55% | 0.36% | - |
| HSV(B) | 251.29º | 0.71% | 0.56% | - |
| XYZ | 7.54 | 4.5 | 26.06 | - |
| YUV | 58.2 | 175.29 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 41 | 142 | 0.58 | 0.71 | 0 | 0.44 | 251.29 | 0.55 | 0.36 |
| Hex | 3C | 29 | 8E | 3A | 47 | 0 | 2C | FB | 37 | 24 |
| Octal | 74 | 51 | 216 | 72 | 107 | 0 | 54 | 373 | 67 | 44 |
| Binary | 111100 | 101001 | 10001110 | 111010 | 1000111 | 0 | 101100 | 11111011 | 110111 | 100100 |
Color Harmonies of #3C298E
Complementary color
Monochromatic Colors of #3C298E
Black with #3C298E
Text Example
Text Example
White with #3C298E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C298E; }
p { color: rgb(60,41,142); }
H1.HeaderClassName
{
color: #3C298E;
}
.AnyTagClassName
{
color: #3C298E;
}
</style>
background-color css
<style>
a { background-color: #3C298E; }
a { background-color: rgb(60,41,142); }
div.DivClassName
{
background-color: #3C298E;
}
.BgClassName
{
background-color: #3C298E;
}
</style>
border-color css
<style>
span { border-color: #3C298E; }
span { border-color: rgb(60,41,142); }
td.TdClassName
{
border-color: #3C298E;
}
.TagClassName
{
border-color: #3C298E;
}
</style>