Shades of Dark Slate Blue #3C388B
Tints of Dark Slate Blue #3C388B
RGB
CMYK
RGB Variations
Color information
#3C388B (or 0x3C388B) is known color: Dark Slate Blue. HEX triplet: 3C, 38 and 8B. RGB value is (60,56,139). Sum of RGB (Red+Green+Blue) = 60+56+139=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C388B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C388B is #C3C774. Grayscale: #424242. Windows color (decimal): -12830581 or 9123900. OLE color: 9123900.
HSL color Cylindrical-coordinate representation of color #3C388B: hue angle of 242.89º 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 #3C388B is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 56 | 139 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.45 |
| HSL | 242.89º | 0.43% | 0.38% | - |
| HSV(B) | 242.89º | 0.6% | 0.55% | - |
| XYZ | 7.94 | 5.65 | 25.1 | - |
| YUV | 66.66 | 168.83 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 56 | 139 | 0.57 | 0.60 | 0 | 0.45 | 242.89 | 0.43 | 0.38 |
| Hex | 3C | 38 | 8B | 39 | 3C | 0 | 2D | F3 | 2B | 26 |
| Octal | 74 | 70 | 213 | 71 | 74 | 0 | 55 | 363 | 53 | 46 |
| Binary | 111100 | 111000 | 10001011 | 111001 | 111100 | 0 | 101101 | 11110011 | 101011 | 100110 |
Color Harmonies of #3C388B
Complementary color
Monochromatic Colors of #3C388B
Black with #3C388B
Text Example
Text Example
White with #3C388B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C388B; }
p { color: rgb(60,56,139); }
H1.HeaderClassName
{
color: #3C388B;
}
.AnyTagClassName
{
color: #3C388B;
}
</style>
background-color css
<style>
a { background-color: #3C388B; }
a { background-color: rgb(60,56,139); }
div.DivClassName
{
background-color: #3C388B;
}
.BgClassName
{
background-color: #3C388B;
}
</style>
border-color css
<style>
span { border-color: #3C388B; }
span { border-color: rgb(60,56,139); }
td.TdClassName
{
border-color: #3C388B;
}
.TagClassName
{
border-color: #3C388B;
}
</style>