Shades of Dark Slate Blue #3C399C
Tints of Dark Slate Blue #3C399C
RGB
CMYK
RGB Variations
Color information
#3C399C (or 0x3C399C) is known color: Dark Slate Blue. HEX triplet: 3C, 39 and 9C. RGB value is (60,57,156). Sum of RGB (Red+Green+Blue) = 60+57+156=273 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.98% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #3C399C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C399C is #C3C663. Grayscale: #444444. Windows color (decimal): -12830308 or 10238268. OLE color: 10238268.
HSL color Cylindrical-coordinate representation of color #3C399C: hue angle of 241.82º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C399C is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 57 | 156 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.39 |
| HSL | 241.82º | 0.46% | 0.42% | - |
| HSV(B) | 241.82º | 0.63% | 0.61% | - |
| XYZ | 9.33 | 6.29 | 32.17 | - |
| YUV | 69.18 | 176.99 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 57 | 156 | 0.62 | 0.63 | 0 | 0.39 | 241.82 | 0.46 | 0.42 |
| Hex | 3C | 39 | 9C | 3E | 3F | 0 | 27 | F2 | 2E | 2A |
| Octal | 74 | 71 | 234 | 76 | 77 | 0 | 47 | 362 | 56 | 52 |
| Binary | 111100 | 111001 | 10011100 | 111110 | 111111 | 0 | 100111 | 11110010 | 101110 | 101010 |
Color Harmonies of #3C399C
Complementary color
Monochromatic Colors of #3C399C
Black with #3C399C
Text Example
Text Example
White with #3C399C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C399C; }
p { color: rgb(60,57,156); }
H1.HeaderClassName
{
color: #3C399C;
}
.AnyTagClassName
{
color: #3C399C;
}
</style>
background-color css
<style>
a { background-color: #3C399C; }
a { background-color: rgb(60,57,156); }
div.DivClassName
{
background-color: #3C399C;
}
.BgClassName
{
background-color: #3C399C;
}
</style>
border-color css
<style>
span { border-color: #3C399C; }
span { border-color: rgb(60,57,156); }
td.TdClassName
{
border-color: #3C399C;
}
.TagClassName
{
border-color: #3C399C;
}
</style>