Shades of Jacarta #3E3554
Tints of Jacarta #3E3554
RGB
CMYK
RGB Variations
Color information
#3E3554 (or 0x3E3554) is known color: Jacarta. HEX triplet: 3E, 35 and 54. RGB value is (62,53,84). Sum of RGB (Red+Green+Blue) = 62+53+84=199 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.16% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 84 - color contains mainly: blue. Hex color #3E3554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3554 is #C1CAAB. Grayscale: #3B3B3B. Windows color (decimal): -12700332 or 5518654. OLE color: 5518654.
HSL color Cylindrical-coordinate representation of color #3E3554: hue angle of 257.42º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3E3554 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 53 | 84 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.67 |
| HSL | 257.42º | 0.23% | 0.27% | - |
| HSV(B) | 257.42º | 0.37% | 0.33% | - |
| XYZ | 4.86 | 4.21 | 8.94 | - |
| YUV | 59.23 | 141.98 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 53 | 84 | 0.26 | 0.37 | 0 | 0.67 | 257.42 | 0.23 | 0.27 |
| Hex | 3E | 35 | 54 | 1A | 25 | 0 | 43 | 101 | 17 | 1B |
| Octal | 76 | 65 | 124 | 32 | 45 | 0 | 103 | 401 | 27 | 33 |
| Binary | 111110 | 110101 | 1010100 | 11010 | 100101 | 0 | 1000011 | 100000001 | 10111 | 11011 |
Color Harmonies of #3E3554
Complementary color
Monochromatic Colors of #3E3554
Black with #3E3554
Text Example
Text Example
White with #3E3554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3554; }
p { color: rgb(62,53,84); }
H1.HeaderClassName
{
color: #3E3554;
}
.AnyTagClassName
{
color: #3E3554;
}
</style>
background-color css
<style>
a { background-color: #3E3554; }
a { background-color: rgb(62,53,84); }
div.DivClassName
{
background-color: #3E3554;
}
.BgClassName
{
background-color: #3E3554;
}
</style>
border-color css
<style>
span { border-color: #3E3554; }
span { border-color: rgb(62,53,84); }
td.TdClassName
{
border-color: #3E3554;
}
.TagClassName
{
border-color: #3E3554;
}
</style>