Shades of Jacarta #3E3653
Tints of Jacarta #3E3653
RGB
CMYK
RGB Variations
Color information
#3E3653 (or 0x3E3653) is known color: Jacarta. HEX triplet: 3E, 36 and 53. RGB value is (62,54,83). Sum of RGB (Red+Green+Blue) = 62+54+83=199 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.16% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 83 - color contains mainly: blue. Hex color #3E3653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3653 is #C1C9AC. Grayscale: #3B3B3B. Windows color (decimal): -12700077 or 5453374. OLE color: 5453374.
HSL color Cylindrical-coordinate representation of color #3E3653: hue angle of 256.55º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3E3653 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 54 | 83 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.67 |
| HSL | 256.55º | 0.21% | 0.27% | - |
| HSV(B) | 256.55º | 0.35% | 0.33% | - |
| XYZ | 4.87 | 4.29 | 8.75 | - |
| YUV | 59.7 | 141.15 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 54 | 83 | 0.25 | 0.35 | 0 | 0.67 | 256.55 | 0.21 | 0.27 |
| Hex | 3E | 36 | 53 | 19 | 23 | 0 | 43 | 101 | 15 | 1B |
| Octal | 76 | 66 | 123 | 31 | 43 | 0 | 103 | 401 | 25 | 33 |
| Binary | 111110 | 110110 | 1010011 | 11001 | 100011 | 0 | 1000011 | 100000001 | 10101 | 11011 |
Color Harmonies of #3E3653
Complementary color
Monochromatic Colors of #3E3653
Black with #3E3653
Text Example
Text Example
White with #3E3653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3653; }
p { color: rgb(62,54,83); }
H1.HeaderClassName
{
color: #3E3653;
}
.AnyTagClassName
{
color: #3E3653;
}
</style>
background-color css
<style>
a { background-color: #3E3653; }
a { background-color: rgb(62,54,83); }
div.DivClassName
{
background-color: #3E3653;
}
.BgClassName
{
background-color: #3E3653;
}
</style>
border-color css
<style>
span { border-color: #3E3653; }
span { border-color: rgb(62,54,83); }
td.TdClassName
{
border-color: #3E3653;
}
.TagClassName
{
border-color: #3E3653;
}
</style>