Shades of Jacarta #3C2D60
Tints of Jacarta #3C2D60
RGB
CMYK
RGB Variations
Color information
#3C2D60 (or 0x3C2D60) is known color: Jacarta. HEX triplet: 3C, 2D and 60. RGB value is (60,45,96). Sum of RGB (Red+Green+Blue) = 60+45+96=201 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.85% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #3C2D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2D60 is #C3D29F. Grayscale: #373737. Windows color (decimal): -12833440 or 6303036. OLE color: 6303036.
HSL color Cylindrical-coordinate representation of color #3C2D60: hue angle of 257.65º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C2D60 is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 45 | 96 | - |
| CMYK | 0.38 | 0.53 | 0 | 0.62 |
| HSL | 257.65º | 0.36% | 0.28% | - |
| HSV(B) | 257.65º | 0.53% | 0.38% | - |
| XYZ | 4.91 | 3.68 | 11.52 | - |
| YUV | 55.3 | 150.97 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 45 | 96 | 0.38 | 0.53 | 0 | 0.62 | 257.65 | 0.36 | 0.28 |
| Hex | 3C | 2D | 60 | 26 | 35 | 0 | 3E | 102 | 24 | 1C |
| Octal | 74 | 55 | 140 | 46 | 65 | 0 | 76 | 402 | 44 | 34 |
| Binary | 111100 | 101101 | 1100000 | 100110 | 110101 | 0 | 111110 | 100000010 | 100100 | 11100 |
Color Harmonies of #3C2D60
Complementary color
Monochromatic Colors of #3C2D60
Black with #3C2D60
Text Example
Text Example
White with #3C2D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2D60; }
p { color: rgb(60,45,96); }
H1.HeaderClassName
{
color: #3C2D60;
}
.AnyTagClassName
{
color: #3C2D60;
}
</style>
background-color css
<style>
a { background-color: #3C2D60; }
a { background-color: rgb(60,45,96); }
div.DivClassName
{
background-color: #3C2D60;
}
.BgClassName
{
background-color: #3C2D60;
}
</style>
border-color css
<style>
span { border-color: #3C2D60; }
span { border-color: rgb(60,45,96); }
td.TdClassName
{
border-color: #3C2D60;
}
.TagClassName
{
border-color: #3C2D60;
}
</style>