Shades of Dark Slate Blue #3C3192
Tints of Dark Slate Blue #3C3192
RGB
CMYK
RGB Variations
Color information
#3C3192 (or 0x3C3192) is known color: Dark Slate Blue. HEX triplet: 3C, 31 and 92. RGB value is (60,49,146). Sum of RGB (Red+Green+Blue) = 60+49+146=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 146 (57.42% from 255 or 57.25% from 255); Max value from RGB is 146 - color contains mainly: blue. Hex color #3C3192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3192 is #C3CE6D. Grayscale: #3E3E3E. Windows color (decimal): -12832366 or 9580860. OLE color: 9580860.
HSL color Cylindrical-coordinate representation of color #3C3192: hue angle of 246.8º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C3192 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 60 | 49 | 146 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.43 |
| HSL | 246.8º | 0.5% | 0.38% | - |
| HSV(B) | 246.8º | 0.66% | 0.57% | - |
| XYZ | 8.15 | 5.23 | 27.77 | - |
| YUV | 63.35 | 174.64 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 49 | 146 | 0.59 | 0.66 | 0 | 0.43 | 246.8 | 0.5 | 0.38 |
| Hex | 3C | 31 | 92 | 3B | 42 | 0 | 2B | F7 | 32 | 26 |
| Octal | 74 | 61 | 222 | 73 | 102 | 0 | 53 | 367 | 62 | 46 |
| Binary | 111100 | 110001 | 10010010 | 111011 | 1000010 | 0 | 101011 | 11110111 | 110010 | 100110 |
Color Harmonies of #3C3192
Complementary color
Monochromatic Colors of #3C3192
Black with #3C3192
Text Example
Text Example
White with #3C3192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3192; }
p { color: rgb(60,49,146); }
H1.HeaderClassName
{
color: #3C3192;
}
.AnyTagClassName
{
color: #3C3192;
}
</style>
background-color css
<style>
a { background-color: #3C3192; }
a { background-color: rgb(60,49,146); }
div.DivClassName
{
background-color: #3C3192;
}
.BgClassName
{
background-color: #3C3192;
}
</style>
border-color css
<style>
span { border-color: #3C3192; }
span { border-color: rgb(60,49,146); }
td.TdClassName
{
border-color: #3C3192;
}
.TagClassName
{
border-color: #3C3192;
}
</style>