Shades of Jacarta #392E5E
Tints of Jacarta #392E5E
RGB
CMYK
RGB Variations
Color information
#392E5E (or 0x392E5E) is known color: Jacarta. HEX triplet: 39, 2E and 5E. RGB value is (57,46,94). Sum of RGB (Red+Green+Blue) = 57+46+94=197 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.93% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 94 (37.11% from 255 or 47.72% from 197); Max value from RGB is 94 - color contains mainly: blue. Hex color #392E5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392E5E is #C6D1A1. Grayscale: #363636. Windows color (decimal): -13029794 or 6172217. OLE color: 6172217.
HSL color Cylindrical-coordinate representation of color #392E5E: hue angle of 253.75º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #392E5E is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 57 | 46 | 94 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.63 |
| HSL | 253.75º | 0.34% | 0.27% | - |
| HSV(B) | 253.75º | 0.51% | 0.37% | - |
| XYZ | 4.68 | 3.63 | 11.04 | - |
| YUV | 54.76 | 150.14 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 46 | 94 | 0.39 | 0.51 | 0 | 0.63 | 253.75 | 0.34 | 0.27 |
| Hex | 39 | 2E | 5E | 27 | 33 | 0 | 3F | FE | 22 | 1B |
| Octal | 71 | 56 | 136 | 47 | 63 | 0 | 77 | 376 | 42 | 33 |
| Binary | 111001 | 101110 | 1011110 | 100111 | 110011 | 0 | 111111 | 11111110 | 100010 | 11011 |
Color Harmonies of #392E5E
Complementary color
Monochromatic Colors of #392E5E
Black with #392E5E
Text Example
Text Example
White with #392E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392E5E; }
p { color: rgb(57,46,94); }
H1.HeaderClassName
{
color: #392E5E;
}
.AnyTagClassName
{
color: #392E5E;
}
</style>
background-color css
<style>
a { background-color: #392E5E; }
a { background-color: rgb(57,46,94); }
div.DivClassName
{
background-color: #392E5E;
}
.BgClassName
{
background-color: #392E5E;
}
</style>
border-color css
<style>
span { border-color: #392E5E; }
span { border-color: rgb(57,46,94); }
td.TdClassName
{
border-color: #392E5E;
}
.TagClassName
{
border-color: #392E5E;
}
</style>