Shades of Dark Slate Blue #3C3289
Tints of Dark Slate Blue #3C3289
RGB
CMYK
RGB Variations
Color information
#3C3289 (or 0x3C3289) is known color: Dark Slate Blue. HEX triplet: 3C, 32 and 89. RGB value is (60,50,137). Sum of RGB (Red+Green+Blue) = 60+50+137=247 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.29% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 137 (53.91% from 255 or 55.47% from 247); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C3289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3289 is #C3CD76. Grayscale: #3E3E3E. Windows color (decimal): -12832119 or 8991292. OLE color: 8991292.
HSL color Cylindrical-coordinate representation of color #3C3289: hue angle of 246.9º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C3289 is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 50 | 137 | - |
| CMYK | 0.56 | 0.64 | 0 | 0.46 |
| HSL | 246.9º | 0.47% | 0.37% | - |
| HSV(B) | 246.9º | 0.64% | 0.54% | - |
| XYZ | 7.52 | 5.05 | 24.24 | - |
| YUV | 62.91 | 169.81 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 50 | 137 | 0.56 | 0.64 | 0 | 0.46 | 246.9 | 0.47 | 0.37 |
| Hex | 3C | 32 | 89 | 38 | 40 | 0 | 2E | F7 | 2F | 25 |
| Octal | 74 | 62 | 211 | 70 | 100 | 0 | 56 | 367 | 57 | 45 |
| Binary | 111100 | 110010 | 10001001 | 111000 | 1000000 | 0 | 101110 | 11110111 | 101111 | 100101 |
Color Harmonies of #3C3289
Complementary color
Monochromatic Colors of #3C3289
Black with #3C3289
Text Example
Text Example
White with #3C3289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3289; }
p { color: rgb(60,50,137); }
H1.HeaderClassName
{
color: #3C3289;
}
.AnyTagClassName
{
color: #3C3289;
}
</style>
background-color css
<style>
a { background-color: #3C3289; }
a { background-color: rgb(60,50,137); }
div.DivClassName
{
background-color: #3C3289;
}
.BgClassName
{
background-color: #3C3289;
}
</style>
border-color css
<style>
span { border-color: #3C3289; }
span { border-color: rgb(60,50,137); }
td.TdClassName
{
border-color: #3C3289;
}
.TagClassName
{
border-color: #3C3289;
}
</style>