Shades of Jacarta #3C3560
Tints of Jacarta #3C3560
RGB
CMYK
RGB Variations
Color information
#3C3560 (or 0x3C3560) is known color: Jacarta. HEX triplet: 3C, 35 and 60. RGB value is (60,53,96). Sum of RGB (Red+Green+Blue) = 60+53+96=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #3C3560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3560 is #C3CA9F. Grayscale: #3B3B3B. Windows color (decimal): -12831392 or 6305084. OLE color: 6305084.
HSL color Cylindrical-coordinate representation of color #3C3560: hue angle of 249.77º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C3560 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 53 | 96 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.62 |
| HSL | 249.77º | 0.29% | 0.29% | - |
| HSV(B) | 249.77º | 0.45% | 0.38% | - |
| XYZ | 5.25 | 4.35 | 11.63 | - |
| YUV | 60 | 148.32 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 53 | 96 | 0.38 | 0.45 | 0 | 0.62 | 249.77 | 0.29 | 0.29 |
| Hex | 3C | 35 | 60 | 26 | 2D | 0 | 3E | FA | 1D | 1D |
| Octal | 74 | 65 | 140 | 46 | 55 | 0 | 76 | 372 | 35 | 35 |
| Binary | 111100 | 110101 | 1100000 | 100110 | 101101 | 0 | 111110 | 11111010 | 11101 | 11101 |
Color Harmonies of #3C3560
Complementary color
Monochromatic Colors of #3C3560
Black with #3C3560
Text Example
Text Example
White with #3C3560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3560; }
p { color: rgb(60,53,96); }
H1.HeaderClassName
{
color: #3C3560;
}
.AnyTagClassName
{
color: #3C3560;
}
</style>
background-color css
<style>
a { background-color: #3C3560; }
a { background-color: rgb(60,53,96); }
div.DivClassName
{
background-color: #3C3560;
}
.BgClassName
{
background-color: #3C3560;
}
</style>
border-color css
<style>
span { border-color: #3C3560; }
span { border-color: rgb(60,53,96); }
td.TdClassName
{
border-color: #3C3560;
}
.TagClassName
{
border-color: #3C3560;
}
</style>