Shades of Jacarta #3E3A55
Tints of Jacarta #3E3A55
RGB
CMYK
RGB Variations
Color information
#3E3A55 (or 0x3E3A55) is known color: Jacarta. HEX triplet: 3E, 3A and 55. RGB value is (62,58,85). Sum of RGB (Red+Green+Blue) = 62+58+85=205 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.24% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 85 (33.59% from 255 or 41.46% from 205); Max value from RGB is 85 - color contains mainly: blue. Hex color #3E3A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3A55 is #C1C5AA. Grayscale: #3E3E3E. Windows color (decimal): -12699051 or 5585470. OLE color: 5585470.
HSL color Cylindrical-coordinate representation of color #3E3A55: hue angle of 248.89º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3E3A55 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 58 | 85 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.67 |
| HSL | 248.89º | 0.19% | 0.28% | - |
| HSV(B) | 248.89º | 0.32% | 0.33% | - |
| XYZ | 5.14 | 4.71 | 9.23 | - |
| YUV | 62.27 | 140.83 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 58 | 85 | 0.27 | 0.32 | 0 | 0.67 | 248.89 | 0.19 | 0.28 |
| Hex | 3E | 3A | 55 | 1B | 20 | 0 | 43 | F9 | 13 | 1C |
| Octal | 76 | 72 | 125 | 33 | 40 | 0 | 103 | 371 | 23 | 34 |
| Binary | 111110 | 111010 | 1010101 | 11011 | 100000 | 0 | 1000011 | 11111001 | 10011 | 11100 |
Color Harmonies of #3E3A55
Complementary color
Monochromatic Colors of #3E3A55
Black with #3E3A55
Text Example
Text Example
White with #3E3A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3A55; }
p { color: rgb(62,58,85); }
H1.HeaderClassName
{
color: #3E3A55;
}
.AnyTagClassName
{
color: #3E3A55;
}
</style>
background-color css
<style>
a { background-color: #3E3A55; }
a { background-color: rgb(62,58,85); }
div.DivClassName
{
background-color: #3E3A55;
}
.BgClassName
{
background-color: #3E3A55;
}
</style>
border-color css
<style>
span { border-color: #3E3A55; }
span { border-color: rgb(62,58,85); }
td.TdClassName
{
border-color: #3E3A55;
}
.TagClassName
{
border-color: #3E3A55;
}
</style>