Shades of Jacarta #3E3257
Tints of Jacarta #3E3257
RGB
CMYK
RGB Variations
Color information
#3E3257 (or 0x3E3257) is known color: Jacarta. HEX triplet: 3E, 32 and 57. RGB value is (62,50,87). Sum of RGB (Red+Green+Blue) = 62+50+87=199 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.16% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 87 (34.38% from 255 or 43.72% from 199); Max value from RGB is 87 - color contains mainly: blue. Hex color #3E3257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3257 is #C1CDA8. Grayscale: #393939. Windows color (decimal): -12701097 or 5714494. OLE color: 5714494.
HSL color Cylindrical-coordinate representation of color #3E3257: hue angle of 259.46º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3E3257 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 62 | 50 | 87 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.66 |
| HSL | 259.46º | 0.27% | 0.27% | - |
| HSV(B) | 259.46º | 0.43% | 0.34% | - |
| XYZ | 4.85 | 3.99 | 9.53 | - |
| YUV | 57.81 | 144.48 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 50 | 87 | 0.29 | 0.43 | 0 | 0.66 | 259.46 | 0.27 | 0.27 |
| Hex | 3E | 32 | 57 | 1D | 2B | 0 | 42 | 103 | 1B | 1B |
| Octal | 76 | 62 | 127 | 35 | 53 | 0 | 102 | 403 | 33 | 33 |
| Binary | 111110 | 110010 | 1010111 | 11101 | 101011 | 0 | 1000010 | 100000011 | 11011 | 11011 |
Color Harmonies of #3E3257
Complementary color
Monochromatic Colors of #3E3257
Black with #3E3257
Text Example
Text Example
White with #3E3257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3257; }
p { color: rgb(62,50,87); }
H1.HeaderClassName
{
color: #3E3257;
}
.AnyTagClassName
{
color: #3E3257;
}
</style>
background-color css
<style>
a { background-color: #3E3257; }
a { background-color: rgb(62,50,87); }
div.DivClassName
{
background-color: #3E3257;
}
.BgClassName
{
background-color: #3E3257;
}
</style>
border-color css
<style>
span { border-color: #3E3257; }
span { border-color: rgb(62,50,87); }
td.TdClassName
{
border-color: #3E3257;
}
.TagClassName
{
border-color: #3E3257;
}
</style>