Shades of Dark Slate Blue #3C288C
Tints of Dark Slate Blue #3C288C
RGB
CMYK
RGB Variations
Color information
#3C288C (or 0x3C288C) is known color: Dark Slate Blue. HEX triplet: 3C, 28 and 8C. RGB value is (60,40,140). Sum of RGB (Red+Green+Blue) = 60+40+140=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 140 (55.08% from 255 or 58.33% from 240); Max value from RGB is 140 - color contains mainly: blue. Hex color #3C288C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C288C is #C3D773. Grayscale: #383838. Windows color (decimal): -12834676 or 9185340. OLE color: 9185340.
HSL color Cylindrical-coordinate representation of color #3C288C: hue angle of 252º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C288C is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 40 | 140 | - |
| CMYK | 0.57 | 0.71 | 0 | 0.45 |
| HSL | 252º | 0.56% | 0.35% | - |
| HSV(B) | 252º | 0.71% | 0.55% | - |
| XYZ | 7.36 | 4.37 | 25.27 | - |
| YUV | 57.38 | 174.63 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 40 | 140 | 0.57 | 0.71 | 0 | 0.45 | 252 | 0.56 | 0.35 |
| Hex | 3C | 28 | 8C | 39 | 47 | 0 | 2D | FC | 38 | 23 |
| Octal | 74 | 50 | 214 | 71 | 107 | 0 | 55 | 374 | 70 | 43 |
| Binary | 111100 | 101000 | 10001100 | 111001 | 1000111 | 0 | 101101 | 11111100 | 111000 | 100011 |
Color Harmonies of #3C288C
Complementary color
Monochromatic Colors of #3C288C
Black with #3C288C
Text Example
Text Example
White with #3C288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C288C; }
p { color: rgb(60,40,140); }
H1.HeaderClassName
{
color: #3C288C;
}
.AnyTagClassName
{
color: #3C288C;
}
</style>
background-color css
<style>
a { background-color: #3C288C; }
a { background-color: rgb(60,40,140); }
div.DivClassName
{
background-color: #3C288C;
}
.BgClassName
{
background-color: #3C288C;
}
</style>
border-color css
<style>
span { border-color: #3C288C; }
span { border-color: rgb(60,40,140); }
td.TdClassName
{
border-color: #3C288C;
}
.TagClassName
{
border-color: #3C288C;
}
</style>