Shades of Dark Slate Blue #3C39A6
Tints of Dark Slate Blue #3C39A6
RGB
CMYK
RGB Variations
Color information
#3C39A6 (or 0x3C39A6) is known color: Dark Slate Blue. HEX triplet: 3C, 39 and A6. RGB value is (60,57,166). Sum of RGB (Red+Green+Blue) = 60+57+166=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 166 (65.23% from 255 or 58.66% from 283); Max value from RGB is 166 - color contains mainly: blue. Hex color #3C39A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C39A6 is #C3C659. Grayscale: #454545. Windows color (decimal): -12830298 or 10893628. OLE color: 10893628.
HSL color Cylindrical-coordinate representation of color #3C39A6: hue angle of 241.65º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C39A6 is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 60 | 57 | 166 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.35 |
| HSL | 241.65º | 0.49% | 0.44% | - |
| HSV(B) | 241.65º | 0.66% | 0.65% | - |
| XYZ | 10.21 | 6.64 | 36.82 | - |
| YUV | 70.32 | 181.99 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 57 | 166 | 0.64 | 0.66 | 0 | 0.35 | 241.65 | 0.49 | 0.44 |
| Hex | 3C | 39 | A6 | 40 | 42 | 0 | 23 | F2 | 31 | 2C |
| Octal | 74 | 71 | 246 | 100 | 102 | 0 | 43 | 362 | 61 | 54 |
| Binary | 111100 | 111001 | 10100110 | 1000000 | 1000010 | 0 | 100011 | 11110010 | 110001 | 101100 |
Color Harmonies of #3C39A6
Complementary color
Monochromatic Colors of #3C39A6
Black with #3C39A6
Text Example
Text Example
White with #3C39A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C39A6; }
p { color: rgb(60,57,166); }
H1.HeaderClassName
{
color: #3C39A6;
}
.AnyTagClassName
{
color: #3C39A6;
}
</style>
background-color css
<style>
a { background-color: #3C39A6; }
a { background-color: rgb(60,57,166); }
div.DivClassName
{
background-color: #3C39A6;
}
.BgClassName
{
background-color: #3C39A6;
}
</style>
border-color css
<style>
span { border-color: #3C39A6; }
span { border-color: rgb(60,57,166); }
td.TdClassName
{
border-color: #3C39A6;
}
.TagClassName
{
border-color: #3C39A6;
}
</style>