Shades of Dark Slate Blue #3C298A
Tints of Dark Slate Blue #3C298A
RGB
CMYK
RGB Variations
Color information
#3C298A (or 0x3C298A) is known color: Dark Slate Blue. HEX triplet: 3C, 29 and 8A. RGB value is (60,41,138). Sum of RGB (Red+Green+Blue) = 60+41+138=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 138 (54.30% from 255 or 57.74% from 239); Max value from RGB is 138 - color contains mainly: blue. Hex color #3C298A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C298A is #C3D675. Grayscale: #393939. Windows color (decimal): -12834422 or 9054524. OLE color: 9054524.
HSL color Cylindrical-coordinate representation of color #3C298A: hue angle of 251.75º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C298A is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 41 | 138 | - |
| CMYK | 0.57 | 0.70 | 0 | 0.46 |
| HSL | 251.75º | 0.54% | 0.35% | - |
| HSV(B) | 251.75º | 0.7% | 0.54% | - |
| XYZ | 7.24 | 4.38 | 24.51 | - |
| YUV | 57.74 | 173.29 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 41 | 138 | 0.57 | 0.70 | 0 | 0.46 | 251.75 | 0.54 | 0.35 |
| Hex | 3C | 29 | 8A | 39 | 46 | 0 | 2E | FC | 36 | 23 |
| Octal | 74 | 51 | 212 | 71 | 106 | 0 | 56 | 374 | 66 | 43 |
| Binary | 111100 | 101001 | 10001010 | 111001 | 1000110 | 0 | 101110 | 11111100 | 110110 | 100011 |
Color Harmonies of #3C298A
Complementary color
Monochromatic Colors of #3C298A
Black with #3C298A
Text Example
Text Example
White with #3C298A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C298A; }
p { color: rgb(60,41,138); }
H1.HeaderClassName
{
color: #3C298A;
}
.AnyTagClassName
{
color: #3C298A;
}
</style>
background-color css
<style>
a { background-color: #3C298A; }
a { background-color: rgb(60,41,138); }
div.DivClassName
{
background-color: #3C298A;
}
.BgClassName
{
background-color: #3C298A;
}
</style>
border-color css
<style>
span { border-color: #3C298A; }
span { border-color: rgb(60,41,138); }
td.TdClassName
{
border-color: #3C298A;
}
.TagClassName
{
border-color: #3C298A;
}
</style>