Shades of Dark Slate Blue #3C3894
Tints of Dark Slate Blue #3C3894
RGB
CMYK
RGB Variations
Color information
#3C3894 (or 0x3C3894) is known color: Dark Slate Blue. HEX triplet: 3C, 38 and 94. RGB value is (60,56,148). Sum of RGB (Red+Green+Blue) = 60+56+148=264 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.73% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 148 (58.20% from 255 or 56.06% from 264); Max value from RGB is 148 - color contains mainly: blue. Hex color #3C3894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3894 is #C3C76B. Grayscale: #434343. Windows color (decimal): -12830572 or 9713724. OLE color: 9713724.
HSL color Cylindrical-coordinate representation of color #3C3894: hue angle of 242.61º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C3894 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 56 | 148 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.42 |
| HSL | 242.61º | 0.45% | 0.4% | - |
| HSV(B) | 242.61º | 0.62% | 0.58% | - |
| XYZ | 8.62 | 5.93 | 28.71 | - |
| YUV | 67.68 | 173.33 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 56 | 148 | 0.59 | 0.62 | 0 | 0.42 | 242.61 | 0.45 | 0.4 |
| Hex | 3C | 38 | 94 | 3B | 3E | 0 | 2A | F3 | 2D | 28 |
| Octal | 74 | 70 | 224 | 73 | 76 | 0 | 52 | 363 | 55 | 50 |
| Binary | 111100 | 111000 | 10010100 | 111011 | 111110 | 0 | 101010 | 11110011 | 101101 | 101000 |
Color Harmonies of #3C3894
Complementary color
Monochromatic Colors of #3C3894
Black with #3C3894
Text Example
Text Example
White with #3C3894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3894; }
p { color: rgb(60,56,148); }
H1.HeaderClassName
{
color: #3C3894;
}
.AnyTagClassName
{
color: #3C3894;
}
</style>
background-color css
<style>
a { background-color: #3C3894; }
a { background-color: rgb(60,56,148); }
div.DivClassName
{
background-color: #3C3894;
}
.BgClassName
{
background-color: #3C3894;
}
</style>
border-color css
<style>
span { border-color: #3C3894; }
span { border-color: rgb(60,56,148); }
td.TdClassName
{
border-color: #3C3894;
}
.TagClassName
{
border-color: #3C3894;
}
</style>