Shades of Dark Slate Blue #3C399D
Tints of Dark Slate Blue #3C399D
RGB
CMYK
RGB Variations
Color information
#3C399D (or 0x3C399D) is known color: Dark Slate Blue. HEX triplet: 3C, 39 and 9D. RGB value is (60,57,157). Sum of RGB (Red+Green+Blue) = 60+57+157=274 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.90% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #3C399D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C399D is #C3C662. Grayscale: #444444. Windows color (decimal): -12830307 or 10303804. OLE color: 10303804.
HSL color Cylindrical-coordinate representation of color #3C399D: hue angle of 241.8º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C399D is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 57 | 157 | - |
| CMYK | 0.62 | 0.64 | 0 | 0.38 |
| HSL | 241.8º | 0.47% | 0.42% | - |
| HSV(B) | 241.8º | 0.64% | 0.62% | - |
| XYZ | 9.41 | 6.32 | 32.62 | - |
| YUV | 69.3 | 177.49 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 57 | 157 | 0.62 | 0.64 | 0 | 0.38 | 241.8 | 0.47 | 0.42 |
| Hex | 3C | 39 | 9D | 3E | 40 | 0 | 26 | F2 | 2F | 2A |
| Octal | 74 | 71 | 235 | 76 | 100 | 0 | 46 | 362 | 57 | 52 |
| Binary | 111100 | 111001 | 10011101 | 111110 | 1000000 | 0 | 100110 | 11110010 | 101111 | 101010 |
Color Harmonies of #3C399D
Complementary color
Monochromatic Colors of #3C399D
Black with #3C399D
Text Example
Text Example
White with #3C399D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C399D; }
p { color: rgb(60,57,157); }
H1.HeaderClassName
{
color: #3C399D;
}
.AnyTagClassName
{
color: #3C399D;
}
</style>
background-color css
<style>
a { background-color: #3C399D; }
a { background-color: rgb(60,57,157); }
div.DivClassName
{
background-color: #3C399D;
}
.BgClassName
{
background-color: #3C399D;
}
</style>
border-color css
<style>
span { border-color: #3C399D; }
span { border-color: rgb(60,57,157); }
td.TdClassName
{
border-color: #3C399D;
}
.TagClassName
{
border-color: #3C399D;
}
</style>