Shades of Dark Slate Blue #3C3082
Tints of Dark Slate Blue #3C3082
RGB
CMYK
RGB Variations
Color information
#3C3082 (or 0x3C3082) is known color: Dark Slate Blue. HEX triplet: 3C, 30 and 82. RGB value is (60,48,130). Sum of RGB (Red+Green+Blue) = 60+48+130=238 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.21% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 130 (51.17% from 255 or 54.62% from 238); Max value from RGB is 130 - color contains mainly: blue. Hex color #3C3082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3082 is #C3CF7D. Grayscale: #3C3C3C. Windows color (decimal): -12832638 or 8532028. OLE color: 8532028.
HSL color Cylindrical-coordinate representation of color #3C3082: hue angle of 248.78º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C3082 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 60 | 48 | 130 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.49 |
| HSL | 248.78º | 0.46% | 0.35% | - |
| HSV(B) | 248.78º | 0.63% | 0.51% | - |
| XYZ | 6.95 | 4.69 | 21.66 | - |
| YUV | 60.94 | 166.98 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 48 | 130 | 0.54 | 0.63 | 0 | 0.49 | 248.78 | 0.46 | 0.35 |
| Hex | 3C | 30 | 82 | 36 | 3F | 0 | 31 | F9 | 2E | 23 |
| Octal | 74 | 60 | 202 | 66 | 77 | 0 | 61 | 371 | 56 | 43 |
| Binary | 111100 | 110000 | 10000010 | 110110 | 111111 | 0 | 110001 | 11111001 | 101110 | 100011 |
Color Harmonies of #3C3082
Complementary color
Monochromatic Colors of #3C3082
Black with #3C3082
Text Example
Text Example
White with #3C3082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3082; }
p { color: rgb(60,48,130); }
H1.HeaderClassName
{
color: #3C3082;
}
.AnyTagClassName
{
color: #3C3082;
}
</style>
background-color css
<style>
a { background-color: #3C3082; }
a { background-color: rgb(60,48,130); }
div.DivClassName
{
background-color: #3C3082;
}
.BgClassName
{
background-color: #3C3082;
}
</style>
border-color css
<style>
span { border-color: #3C3082; }
span { border-color: rgb(60,48,130); }
td.TdClassName
{
border-color: #3C3082;
}
.TagClassName
{
border-color: #3C3082;
}
</style>