Shades of Jacarta #3E3455
Tints of Jacarta #3E3455
RGB
CMYK
RGB Variations
Color information
#3E3455 (or 0x3E3455) is known color: Jacarta. HEX triplet: 3E, 34 and 55. RGB value is (62,52,85). Sum of RGB (Red+Green+Blue) = 62+52+85=199 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.16% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 85 - color contains mainly: blue. Hex color #3E3455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3455 is #C1CBAA. Grayscale: #3A3A3A. Windows color (decimal): -12700587 or 5583934. OLE color: 5583934.
HSL color Cylindrical-coordinate representation of color #3E3455: hue angle of 258.18º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3E3455 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 52 | 85 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.67 |
| HSL | 258.18º | 0.24% | 0.27% | - |
| HSV(B) | 258.18º | 0.39% | 0.33% | - |
| XYZ | 4.85 | 4.14 | 9.14 | - |
| YUV | 58.75 | 142.81 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 52 | 85 | 0.27 | 0.39 | 0 | 0.67 | 258.18 | 0.24 | 0.27 |
| Hex | 3E | 34 | 55 | 1B | 27 | 0 | 43 | 102 | 18 | 1B |
| Octal | 76 | 64 | 125 | 33 | 47 | 0 | 103 | 402 | 30 | 33 |
| Binary | 111110 | 110100 | 1010101 | 11011 | 100111 | 0 | 1000011 | 100000010 | 11000 | 11011 |
Color Harmonies of #3E3455
Complementary color
Monochromatic Colors of #3E3455
Black with #3E3455
Text Example
Text Example
White with #3E3455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3455; }
p { color: rgb(62,52,85); }
H1.HeaderClassName
{
color: #3E3455;
}
.AnyTagClassName
{
color: #3E3455;
}
</style>
background-color css
<style>
a { background-color: #3E3455; }
a { background-color: rgb(62,52,85); }
div.DivClassName
{
background-color: #3E3455;
}
.BgClassName
{
background-color: #3E3455;
}
</style>
border-color css
<style>
span { border-color: #3E3455; }
span { border-color: rgb(62,52,85); }
td.TdClassName
{
border-color: #3E3455;
}
.TagClassName
{
border-color: #3E3455;
}
</style>