Shades of Jacarta #3C3660
Tints of Jacarta #3C3660
RGB
CMYK
RGB Variations
Color information
#3C3660 (or 0x3C3660) is known color: Jacarta. HEX triplet: 3C, 36 and 60. RGB value is (60,54,96). Sum of RGB (Red+Green+Blue) = 60+54+96=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #3C3660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3660 is #C3C99F. Grayscale: #3C3C3C. Windows color (decimal): -12831136 or 6305340. OLE color: 6305340.
HSL color Cylindrical-coordinate representation of color #3C3660: hue angle of 248.57º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3C3660 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 54 | 96 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.62 |
| HSL | 248.57º | 0.28% | 0.29% | - |
| HSV(B) | 248.57º | 0.44% | 0.38% | - |
| XYZ | 5.29 | 4.44 | 11.64 | - |
| YUV | 60.58 | 147.99 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 54 | 96 | 0.38 | 0.44 | 0 | 0.62 | 248.57 | 0.28 | 0.29 |
| Hex | 3C | 36 | 60 | 26 | 2C | 0 | 3E | F9 | 1C | 1D |
| Octal | 74 | 66 | 140 | 46 | 54 | 0 | 76 | 371 | 34 | 35 |
| Binary | 111100 | 110110 | 1100000 | 100110 | 101100 | 0 | 111110 | 11111001 | 11100 | 11101 |
Color Harmonies of #3C3660
Complementary color
Monochromatic Colors of #3C3660
Black with #3C3660
Text Example
Text Example
White with #3C3660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3660; }
p { color: rgb(60,54,96); }
H1.HeaderClassName
{
color: #3C3660;
}
.AnyTagClassName
{
color: #3C3660;
}
</style>
background-color css
<style>
a { background-color: #3C3660; }
a { background-color: rgb(60,54,96); }
div.DivClassName
{
background-color: #3C3660;
}
.BgClassName
{
background-color: #3C3660;
}
</style>
border-color css
<style>
span { border-color: #3C3660; }
span { border-color: rgb(60,54,96); }
td.TdClassName
{
border-color: #3C3660;
}
.TagClassName
{
border-color: #3C3660;
}
</style>