Shades of Jacarta #3C2B5F
Tints of Jacarta #3C2B5F
RGB
CMYK
RGB Variations
Color information
#3C2B5F (or 0x3C2B5F) is known color: Jacarta. HEX triplet: 3C, 2B and 5F. RGB value is (60,43,95). Sum of RGB (Red+Green+Blue) = 60+43+95=198 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.30% from 198); Green value is 43 (17.19% from 255 or 21.72% from 198); Blue value is 95 (37.5% from 255 or 47.98% from 198); Max value from RGB is 95 - color contains mainly: blue. Hex color #3C2B5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2B5F is #C3D4A0. Grayscale: #353535. Windows color (decimal): -12833953 or 6236988. OLE color: 6236988.
HSL color Cylindrical-coordinate representation of color #3C2B5F: hue angle of 259.62º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C2B5F is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 60 | 43 | 95 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.63 |
| HSL | 259.62º | 0.38% | 0.27% | - |
| HSV(B) | 259.62º | 0.55% | 0.37% | - |
| XYZ | 4.79 | 3.51 | 11.25 | - |
| YUV | 54.01 | 151.13 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 43 | 95 | 0.37 | 0.55 | 0 | 0.63 | 259.62 | 0.38 | 0.27 |
| Hex | 3C | 2B | 5F | 25 | 37 | 0 | 3F | 104 | 26 | 1B |
| Octal | 74 | 53 | 137 | 45 | 67 | 0 | 77 | 404 | 46 | 33 |
| Binary | 111100 | 101011 | 1011111 | 100101 | 110111 | 0 | 111111 | 100000100 | 100110 | 11011 |
Color Harmonies of #3C2B5F
Complementary color
Monochromatic Colors of #3C2B5F
Black with #3C2B5F
Text Example
Text Example
White with #3C2B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2B5F; }
p { color: rgb(60,43,95); }
H1.HeaderClassName
{
color: #3C2B5F;
}
.AnyTagClassName
{
color: #3C2B5F;
}
</style>
background-color css
<style>
a { background-color: #3C2B5F; }
a { background-color: rgb(60,43,95); }
div.DivClassName
{
background-color: #3C2B5F;
}
.BgClassName
{
background-color: #3C2B5F;
}
</style>
border-color css
<style>
span { border-color: #3C2B5F; }
span { border-color: rgb(60,43,95); }
td.TdClassName
{
border-color: #3C2B5F;
}
.TagClassName
{
border-color: #3C2B5F;
}
</style>