Shades of Dark Slate Blue #3C3282
Tints of Dark Slate Blue #3C3282
RGB
CMYK
RGB Variations
Color information
#3C3282 (or 0x3C3282) is known color: Dark Slate Blue. HEX triplet: 3C, 32 and 82. RGB value is (60,50,130). Sum of RGB (Red+Green+Blue) = 60+50+130=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 130 (51.17% from 255 or 54.17% from 240); Max value from RGB is 130 - color contains mainly: blue. Hex color #3C3282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3282 is #C3CD7D. Grayscale: #3D3D3D. Windows color (decimal): -12832126 or 8532540. OLE color: 8532540.
HSL color Cylindrical-coordinate representation of color #3C3282: hue angle of 247.5º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C3282 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 60 | 50 | 130 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.49 |
| HSL | 247.5º | 0.44% | 0.35% | - |
| HSV(B) | 247.5º | 0.62% | 0.51% | - |
| XYZ | 7.03 | 4.85 | 21.69 | - |
| YUV | 62.11 | 166.31 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 50 | 130 | 0.54 | 0.62 | 0 | 0.49 | 247.5 | 0.44 | 0.35 |
| Hex | 3C | 32 | 82 | 36 | 3E | 0 | 31 | F8 | 2C | 23 |
| Octal | 74 | 62 | 202 | 66 | 76 | 0 | 61 | 370 | 54 | 43 |
| Binary | 111100 | 110010 | 10000010 | 110110 | 111110 | 0 | 110001 | 11111000 | 101100 | 100011 |
Color Harmonies of #3C3282
Complementary color
Monochromatic Colors of #3C3282
Black with #3C3282
Text Example
Text Example
White with #3C3282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3282; }
p { color: rgb(60,50,130); }
H1.HeaderClassName
{
color: #3C3282;
}
.AnyTagClassName
{
color: #3C3282;
}
</style>
background-color css
<style>
a { background-color: #3C3282; }
a { background-color: rgb(60,50,130); }
div.DivClassName
{
background-color: #3C3282;
}
.BgClassName
{
background-color: #3C3282;
}
</style>
border-color css
<style>
span { border-color: #3C3282; }
span { border-color: rgb(60,50,130); }
td.TdClassName
{
border-color: #3C3282;
}
.TagClassName
{
border-color: #3C3282;
}
</style>