Shades of Dark Slate Blue #3C3499
Tints of Dark Slate Blue #3C3499
RGB
CMYK
RGB Variations
Color information
#3C3499 (or 0x3C3499) is known color: Dark Slate Blue. HEX triplet: 3C, 34 and 99. RGB value is (60,52,153). Sum of RGB (Red+Green+Blue) = 60+52+153=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #3C3499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3499 is #C3CB66. Grayscale: #414141. Windows color (decimal): -12831591 or 10040380. OLE color: 10040380.
HSL color Cylindrical-coordinate representation of color #3C3499: hue angle of 244.75º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C3499 is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 60 | 52 | 153 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.4 |
| HSL | 244.75º | 0.49% | 0.4% | - |
| HSV(B) | 244.75º | 0.66% | 0.6% | - |
| XYZ | 8.84 | 5.72 | 30.77 | - |
| YUV | 65.91 | 177.15 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 52 | 153 | 0.61 | 0.66 | 0 | 0.4 | 244.75 | 0.49 | 0.4 |
| Hex | 3C | 34 | 99 | 3D | 42 | 0 | 28 | F5 | 31 | 28 |
| Octal | 74 | 64 | 231 | 75 | 102 | 0 | 50 | 365 | 61 | 50 |
| Binary | 111100 | 110100 | 10011001 | 111101 | 1000010 | 0 | 101000 | 11110101 | 110001 | 101000 |
Color Harmonies of #3C3499
Complementary color
Monochromatic Colors of #3C3499
Black with #3C3499
Text Example
Text Example
White with #3C3499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3499; }
p { color: rgb(60,52,153); }
H1.HeaderClassName
{
color: #3C3499;
}
.AnyTagClassName
{
color: #3C3499;
}
</style>
background-color css
<style>
a { background-color: #3C3499; }
a { background-color: rgb(60,52,153); }
div.DivClassName
{
background-color: #3C3499;
}
.BgClassName
{
background-color: #3C3499;
}
</style>
border-color css
<style>
span { border-color: #3C3499; }
span { border-color: rgb(60,52,153); }
td.TdClassName
{
border-color: #3C3499;
}
.TagClassName
{
border-color: #3C3499;
}
</style>