Shades of Dark Slate Blue #3C3182
Tints of Dark Slate Blue #3C3182
RGB
CMYK
RGB Variations
Color information
#3C3182 (or 0x3C3182) is known color: Dark Slate Blue. HEX triplet: 3C, 31 and 82. RGB value is (60,49,130). Sum of RGB (Red+Green+Blue) = 60+49+130=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 130 (51.17% from 255 or 54.39% from 239); Max value from RGB is 130 - color contains mainly: blue. Hex color #3C3182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3182 is #C3CE7D. Grayscale: #3D3D3D. Windows color (decimal): -12832382 or 8532284. OLE color: 8532284.
HSL color Cylindrical-coordinate representation of color #3C3182: hue angle of 248.15º degrees, saturation: 0.45, 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 #3C3182 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 60 | 49 | 130 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.49 |
| HSL | 248.15º | 0.45% | 0.35% | - |
| HSV(B) | 248.15º | 0.62% | 0.51% | - |
| XYZ | 6.99 | 4.77 | 21.67 | - |
| YUV | 61.52 | 166.64 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 49 | 130 | 0.54 | 0.62 | 0 | 0.49 | 248.15 | 0.45 | 0.35 |
| Hex | 3C | 31 | 82 | 36 | 3E | 0 | 31 | F8 | 2D | 23 |
| Octal | 74 | 61 | 202 | 66 | 76 | 0 | 61 | 370 | 55 | 43 |
| Binary | 111100 | 110001 | 10000010 | 110110 | 111110 | 0 | 110001 | 11111000 | 101101 | 100011 |
Color Harmonies of #3C3182
Complementary color
Monochromatic Colors of #3C3182
Black with #3C3182
Text Example
Text Example
White with #3C3182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3182; }
p { color: rgb(60,49,130); }
H1.HeaderClassName
{
color: #3C3182;
}
.AnyTagClassName
{
color: #3C3182;
}
</style>
background-color css
<style>
a { background-color: #3C3182; }
a { background-color: rgb(60,49,130); }
div.DivClassName
{
background-color: #3C3182;
}
.BgClassName
{
background-color: #3C3182;
}
</style>
border-color css
<style>
span { border-color: #3C3182; }
span { border-color: rgb(60,49,130); }
td.TdClassName
{
border-color: #3C3182;
}
.TagClassName
{
border-color: #3C3182;
}
</style>