Shades of Dark Slate Blue #3C2D90
Tints of Dark Slate Blue #3C2D90
RGB
CMYK
RGB Variations
Color information
#3C2D90 (or 0x3C2D90) is known color: Dark Slate Blue. HEX triplet: 3C, 2D and 90. RGB value is (60,45,144). Sum of RGB (Red+Green+Blue) = 60+45+144=249 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.10% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C2D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2D90 is #C3D26F. Grayscale: #3C3C3C. Windows color (decimal): -12833392 or 9448764. OLE color: 9448764.
HSL color Cylindrical-coordinate representation of color #3C2D90: hue angle of 249.09º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C2D90 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 45 | 144 | - |
| CMYK | 0.58 | 0.69 | 0 | 0.44 |
| HSL | 249.09º | 0.52% | 0.37% | - |
| HSV(B) | 249.09º | 0.69% | 0.56% | - |
| XYZ | 7.84 | 4.85 | 26.91 | - |
| YUV | 60.77 | 174.97 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 45 | 144 | 0.58 | 0.69 | 0 | 0.44 | 249.09 | 0.52 | 0.37 |
| Hex | 3C | 2D | 90 | 3A | 45 | 0 | 2C | F9 | 34 | 25 |
| Octal | 74 | 55 | 220 | 72 | 105 | 0 | 54 | 371 | 64 | 45 |
| Binary | 111100 | 101101 | 10010000 | 111010 | 1000101 | 0 | 101100 | 11111001 | 110100 | 100101 |
Color Harmonies of #3C2D90
Complementary color
Monochromatic Colors of #3C2D90
Black with #3C2D90
Text Example
Text Example
White with #3C2D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2D90; }
p { color: rgb(60,45,144); }
H1.HeaderClassName
{
color: #3C2D90;
}
.AnyTagClassName
{
color: #3C2D90;
}
</style>
background-color css
<style>
a { background-color: #3C2D90; }
a { background-color: rgb(60,45,144); }
div.DivClassName
{
background-color: #3C2D90;
}
.BgClassName
{
background-color: #3C2D90;
}
</style>
border-color css
<style>
span { border-color: #3C2D90; }
span { border-color: rgb(60,45,144); }
td.TdClassName
{
border-color: #3C2D90;
}
.TagClassName
{
border-color: #3C2D90;
}
</style>