Shades of Dark Slate Blue #3C298D
Tints of Dark Slate Blue #3C298D
RGB
CMYK
RGB Variations
Color information
#3C298D (or 0x3C298D) is known color: Dark Slate Blue. HEX triplet: 3C, 29 and 8D. RGB value is (60,41,141). Sum of RGB (Red+Green+Blue) = 60+41+141=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 141 (55.47% from 255 or 58.26% from 242); Max value from RGB is 141 - color contains mainly: blue. Hex color #3C298D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C298D is #C3D672. Grayscale: #393939. Windows color (decimal): -12834419 or 9251132. OLE color: 9251132.
HSL color Cylindrical-coordinate representation of color #3C298D: hue angle of 251.4º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C298D is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 41 | 141 | - |
| CMYK | 0.57 | 0.71 | 0 | 0.45 |
| HSL | 251.4º | 0.55% | 0.36% | - |
| HSV(B) | 251.4º | 0.71% | 0.55% | - |
| XYZ | 7.46 | 4.47 | 25.67 | - |
| YUV | 58.08 | 174.79 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 41 | 141 | 0.57 | 0.71 | 0 | 0.45 | 251.4 | 0.55 | 0.36 |
| Hex | 3C | 29 | 8D | 39 | 47 | 0 | 2D | FB | 37 | 24 |
| Octal | 74 | 51 | 215 | 71 | 107 | 0 | 55 | 373 | 67 | 44 |
| Binary | 111100 | 101001 | 10001101 | 111001 | 1000111 | 0 | 101101 | 11111011 | 110111 | 100100 |
Color Harmonies of #3C298D
Complementary color
Monochromatic Colors of #3C298D
Black with #3C298D
Text Example
Text Example
White with #3C298D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C298D; }
p { color: rgb(60,41,141); }
H1.HeaderClassName
{
color: #3C298D;
}
.AnyTagClassName
{
color: #3C298D;
}
</style>
background-color css
<style>
a { background-color: #3C298D; }
a { background-color: rgb(60,41,141); }
div.DivClassName
{
background-color: #3C298D;
}
.BgClassName
{
background-color: #3C298D;
}
</style>
border-color css
<style>
span { border-color: #3C298D; }
span { border-color: rgb(60,41,141); }
td.TdClassName
{
border-color: #3C298D;
}
.TagClassName
{
border-color: #3C298D;
}
</style>