Shades of Jacarta #3C3957
Tints of Jacarta #3C3957
RGB
CMYK
RGB Variations
Color information
#3C3957 (or 0x3C3957) is known color: Jacarta. HEX triplet: 3C, 39 and 57. RGB value is (60,57,87). Sum of RGB (Red+Green+Blue) = 60+57+87=204 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.41% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 87 (34.38% from 255 or 42.65% from 204); Max value from RGB is 87 - color contains mainly: blue. Hex color #3C3957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3957 is #C3C6A8. Grayscale: #3D3D3D. Windows color (decimal): -12830377 or 5716284. OLE color: 5716284.
HSL color Cylindrical-coordinate representation of color #3C3957: hue angle of 246º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3C3957 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 60 | 57 | 87 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.66 |
| HSL | 246º | 0.21% | 0.28% | - |
| HSV(B) | 246º | 0.34% | 0.34% | - |
| XYZ | 5.05 | 4.58 | 9.63 | - |
| YUV | 61.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 57 | 87 | 0.31 | 0.34 | 0 | 0.66 | 246 | 0.21 | 0.28 |
| Hex | 3C | 39 | 57 | 1F | 22 | 0 | 42 | F6 | 15 | 1C |
| Octal | 74 | 71 | 127 | 37 | 42 | 0 | 102 | 366 | 25 | 34 |
| Binary | 111100 | 111001 | 1010111 | 11111 | 100010 | 0 | 1000010 | 11110110 | 10101 | 11100 |
Color Harmonies of #3C3957
Complementary color
Monochromatic Colors of #3C3957
Black with #3C3957
Text Example
Text Example
White with #3C3957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3957; }
p { color: rgb(60,57,87); }
H1.HeaderClassName
{
color: #3C3957;
}
.AnyTagClassName
{
color: #3C3957;
}
</style>
background-color css
<style>
a { background-color: #3C3957; }
a { background-color: rgb(60,57,87); }
div.DivClassName
{
background-color: #3C3957;
}
.BgClassName
{
background-color: #3C3957;
}
</style>
border-color css
<style>
span { border-color: #3C3957; }
span { border-color: rgb(60,57,87); }
td.TdClassName
{
border-color: #3C3957;
}
.TagClassName
{
border-color: #3C3957;
}
</style>