Shades of Dark Slate Blue #3C399A
Tints of Dark Slate Blue #3C399A
RGB
CMYK
RGB Variations
Color information
#3C399A (or 0x3C399A) is known color: Dark Slate Blue. HEX triplet: 3C, 39 and 9A. RGB value is (60,57,154). Sum of RGB (Red+Green+Blue) = 60+57+154=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 154 (60.55% from 255 or 56.83% from 271); Max value from RGB is 154 - color contains mainly: blue. Hex color #3C399A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C399A is #C3C665. Grayscale: #444444. Windows color (decimal): -12830310 or 10107196. OLE color: 10107196.
HSL color Cylindrical-coordinate representation of color #3C399A: hue angle of 241.86º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C399A is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 60 | 57 | 154 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.40 |
| HSL | 241.86º | 0.46% | 0.41% | - |
| HSV(B) | 241.86º | 0.63% | 0.6% | - |
| XYZ | 9.16 | 6.22 | 31.29 | - |
| YUV | 68.96 | 175.99 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 57 | 154 | 0.61 | 0.63 | 0 | 0.40 | 241.86 | 0.46 | 0.41 |
| Hex | 3C | 39 | 9A | 3D | 3F | 0 | 28 | F2 | 2E | 29 |
| Octal | 74 | 71 | 232 | 75 | 77 | 0 | 50 | 362 | 56 | 51 |
| Binary | 111100 | 111001 | 10011010 | 111101 | 111111 | 0 | 101000 | 11110010 | 101110 | 101001 |
Color Harmonies of #3C399A
Complementary color
Monochromatic Colors of #3C399A
Black with #3C399A
Text Example
Text Example
White with #3C399A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C399A; }
p { color: rgb(60,57,154); }
H1.HeaderClassName
{
color: #3C399A;
}
.AnyTagClassName
{
color: #3C399A;
}
</style>
background-color css
<style>
a { background-color: #3C399A; }
a { background-color: rgb(60,57,154); }
div.DivClassName
{
background-color: #3C399A;
}
.BgClassName
{
background-color: #3C399A;
}
</style>
border-color css
<style>
span { border-color: #3C399A; }
span { border-color: rgb(60,57,154); }
td.TdClassName
{
border-color: #3C399A;
}
.TagClassName
{
border-color: #3C399A;
}
</style>