Shades of Dark Slate Blue #3C3F93
Tints of Dark Slate Blue #3C3F93
RGB
CMYK
RGB Variations
Color information
#3C3F93 (or 0x3C3F93) is known color: Dark Slate Blue. HEX triplet: 3C, 3F and 93. RGB value is (60,63,147). Sum of RGB (Red+Green+Blue) = 60+63+147=270 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.22% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 147 (57.81% from 255 or 54.44% from 270); Max value from RGB is 147 - color contains mainly: blue. Hex color #3C3F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3F93 is #C3C06C. Grayscale: #474747. Windows color (decimal): -12828781 or 9649980. OLE color: 9649980.
HSL color Cylindrical-coordinate representation of color #3C3F93: hue angle of 237.93º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C3F93 is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 63 | 147 | - |
| CMYK | 0.59 | 0.57 | 0 | 0.42 |
| HSL | 237.93º | 0.42% | 0.41% | - |
| HSV(B) | 237.93º | 0.59% | 0.58% | - |
| XYZ | 8.91 | 6.62 | 28.41 | - |
| YUV | 71.68 | 170.51 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 63 | 147 | 0.59 | 0.57 | 0 | 0.42 | 237.93 | 0.42 | 0.41 |
| Hex | 3C | 3F | 93 | 3B | 39 | 0 | 2A | EE | 2A | 29 |
| Octal | 74 | 77 | 223 | 73 | 71 | 0 | 52 | 356 | 52 | 51 |
| Binary | 111100 | 111111 | 10010011 | 111011 | 111001 | 0 | 101010 | 11101110 | 101010 | 101001 |
Color Harmonies of #3C3F93
Complementary color
Monochromatic Colors of #3C3F93
Black with #3C3F93
Text Example
Text Example
White with #3C3F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3F93; }
p { color: rgb(60,63,147); }
H1.HeaderClassName
{
color: #3C3F93;
}
.AnyTagClassName
{
color: #3C3F93;
}
</style>
background-color css
<style>
a { background-color: #3C3F93; }
a { background-color: rgb(60,63,147); }
div.DivClassName
{
background-color: #3C3F93;
}
.BgClassName
{
background-color: #3C3F93;
}
</style>
border-color css
<style>
span { border-color: #3C3F93; }
span { border-color: rgb(60,63,147); }
td.TdClassName
{
border-color: #3C3F93;
}
.TagClassName
{
border-color: #3C3F93;
}
</style>