Shades of Dark Slate Blue #3C378B
Tints of Dark Slate Blue #3C378B
RGB
CMYK
RGB Variations
Color information
#3C378B (or 0x3C378B) is known color: Dark Slate Blue. HEX triplet: 3C, 37 and 8B. RGB value is (60,55,139). Sum of RGB (Red+Green+Blue) = 60+55+139=254 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.62% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C378B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C378B is #C3C874. Grayscale: #414141. Windows color (decimal): -12830837 or 9123644. OLE color: 9123644.
HSL color Cylindrical-coordinate representation of color #3C378B: hue angle of 243.57º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C378B is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 55 | 139 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.45 |
| HSL | 243.57º | 0.43% | 0.38% | - |
| HSV(B) | 243.57º | 0.6% | 0.55% | - |
| XYZ | 7.89 | 5.56 | 25.08 | - |
| YUV | 66.07 | 169.16 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 139 | 0.57 | 0.60 | 0 | 0.45 | 243.57 | 0.43 | 0.38 |
| Hex | 3C | 37 | 8B | 39 | 3C | 0 | 2D | F4 | 2B | 26 |
| Octal | 74 | 67 | 213 | 71 | 74 | 0 | 55 | 364 | 53 | 46 |
| Binary | 111100 | 110111 | 10001011 | 111001 | 111100 | 0 | 101101 | 11110100 | 101011 | 100110 |
Color Harmonies of #3C378B
Complementary color
Monochromatic Colors of #3C378B
Black with #3C378B
Text Example
Text Example
White with #3C378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C378B; }
p { color: rgb(60,55,139); }
H1.HeaderClassName
{
color: #3C378B;
}
.AnyTagClassName
{
color: #3C378B;
}
</style>
background-color css
<style>
a { background-color: #3C378B; }
a { background-color: rgb(60,55,139); }
div.DivClassName
{
background-color: #3C378B;
}
.BgClassName
{
background-color: #3C378B;
}
</style>
border-color css
<style>
span { border-color: #3C378B; }
span { border-color: rgb(60,55,139); }
td.TdClassName
{
border-color: #3C378B;
}
.TagClassName
{
border-color: #3C378B;
}
</style>