Shades of Jacarta #3E3957
Tints of Jacarta #3E3957
RGB
CMYK
RGB Variations
Color information
#3E3957 (or 0x3E3957) is known color: Jacarta. HEX triplet: 3E, 39 and 57. RGB value is (62,57,87). Sum of RGB (Red+Green+Blue) = 62+57+87=206 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.10% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 87 - color contains mainly: blue. Hex color #3E3957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3957 is #C1C6A8. Grayscale: #3D3D3D. Windows color (decimal): -12699305 or 5716286. OLE color: 5716286.
HSL color Cylindrical-coordinate representation of color #3E3957: hue angle of 250º 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 #3E3957 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 62 | 57 | 87 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.66 |
| HSL | 250º | 0.21% | 0.28% | - |
| HSV(B) | 250º | 0.34% | 0.34% | - |
| XYZ | 5.17 | 4.64 | 9.64 | - |
| YUV | 61.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 57 | 87 | 0.29 | 0.34 | 0 | 0.66 | 250 | 0.21 | 0.28 |
| Hex | 3E | 39 | 57 | 1D | 22 | 0 | 42 | FA | 15 | 1C |
| Octal | 76 | 71 | 127 | 35 | 42 | 0 | 102 | 372 | 25 | 34 |
| Binary | 111110 | 111001 | 1010111 | 11101 | 100010 | 0 | 1000010 | 11111010 | 10101 | 11100 |
Color Harmonies of #3E3957
Complementary color
Monochromatic Colors of #3E3957
Black with #3E3957
Text Example
Text Example
White with #3E3957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3957; }
p { color: rgb(62,57,87); }
H1.HeaderClassName
{
color: #3E3957;
}
.AnyTagClassName
{
color: #3E3957;
}
</style>
background-color css
<style>
a { background-color: #3E3957; }
a { background-color: rgb(62,57,87); }
div.DivClassName
{
background-color: #3E3957;
}
.BgClassName
{
background-color: #3E3957;
}
</style>
border-color css
<style>
span { border-color: #3E3957; }
span { border-color: rgb(62,57,87); }
td.TdClassName
{
border-color: #3E3957;
}
.TagClassName
{
border-color: #3E3957;
}
</style>