#392E59

Color #392E59 Jacarta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacarta #392E59

Tints of Jacarta #392E59

Color information

#392E59 (or 0x392E59) is unknown color: approx Jacarta. HEX triplet: 39, 2E and 59. RGB value is (57,46,89). Sum of RGB (Red+Green+Blue) = 57+46+89=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 46 (18.36% from 255 or 23.96% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #392E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392E59 is #C6D1A6. Grayscale: #363636. Windows color (decimal): -13029799 or 5844537. OLE color: 5844537.

HSL color Cylindrical-coordinate representation of color #392E59: hue angle of 255.35º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #392E59 is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB574689-
CMYK0.360.4800.65
HSL255.35º31.85%26.47%-
HSV(B)255.35º48.31%34.9%-
XYZ4.473.559.9-
YUV54.19147.64130-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 29.69%
GREEN value IS 46 (18.36% from 255) = 23.96%
BLUE value IS 89 (35.16% from 255) = 46.35%
R=29.69%
G=23.96%
B=46.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5746890.360.4800.65255.3531.8526.47
Hex392E592430041ff201a
Octal7156131446001013774032
Binary1110011011101011001100100110000010000011111111110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392E59; }

 p { color: rgb(57,46,89); }

 H1.HeaderClassName
 {
   color: #392E59;
 }
 .AnyTagClassName
 {
   color: #392E59;
 }
</style>
background-color css

<style>
 a { background-color: #392E59; }

 a { background-color: rgb(57,46,89); }

 div.DivClassName
 {
   background-color: #392E59;
 }
 .BgClassName
 {
   background-color: #392E59;
 }
</style>
border-color css

<style>
 span { border-color: #392E59; }

 span { border-color: rgb(57,46,89); }

 td.TdClassName
 {
   border-color: #392E59;
 }
 .TagClassName
 {
   border-color: #392E59;
 }
</style>