Shades of Dark Slate Blue #3C288E
Tints of Dark Slate Blue #3C288E
RGB
CMYK
RGB Variations
Color information
#3C288E (or 0x3C288E) is known color: Dark Slate Blue. HEX triplet: 3C, 28 and 8E. RGB value is (60,40,142). Sum of RGB (Red+Green+Blue) = 60+40+142=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 142 (55.86% from 255 or 58.68% from 242); Max value from RGB is 142 - color contains mainly: blue. Hex color #3C288E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C288E is #C3D771. Grayscale: #393939. Windows color (decimal): -12834674 or 9316412. OLE color: 9316412.
HSL color Cylindrical-coordinate representation of color #3C288E: hue angle of 251.76º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C288E is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 40 | 142 | - |
| CMYK | 0.58 | 0.72 | 0 | 0.44 |
| HSL | 251.76º | 0.56% | 0.36% | - |
| HSV(B) | 251.76º | 0.72% | 0.56% | - |
| XYZ | 7.5 | 4.43 | 26.05 | - |
| YUV | 57.61 | 175.63 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 40 | 142 | 0.58 | 0.72 | 0 | 0.44 | 251.76 | 0.56 | 0.36 |
| Hex | 3C | 28 | 8E | 3A | 48 | 0 | 2C | FC | 38 | 24 |
| Octal | 74 | 50 | 216 | 72 | 110 | 0 | 54 | 374 | 70 | 44 |
| Binary | 111100 | 101000 | 10001110 | 111010 | 1001000 | 0 | 101100 | 11111100 | 111000 | 100100 |
Color Harmonies of #3C288E
Complementary color
Monochromatic Colors of #3C288E
Black with #3C288E
Text Example
Text Example
White with #3C288E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C288E; }
p { color: rgb(60,40,142); }
H1.HeaderClassName
{
color: #3C288E;
}
.AnyTagClassName
{
color: #3C288E;
}
</style>
background-color css
<style>
a { background-color: #3C288E; }
a { background-color: rgb(60,40,142); }
div.DivClassName
{
background-color: #3C288E;
}
.BgClassName
{
background-color: #3C288E;
}
</style>
border-color css
<style>
span { border-color: #3C288E; }
span { border-color: rgb(60,40,142); }
td.TdClassName
{
border-color: #3C288E;
}
.TagClassName
{
border-color: #3C288E;
}
</style>