#392F59

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

Shades of Jacarta #392F59

Tints of Jacarta #392F59

Color information

#392F59 (or 0x392F59) is unknown color: approx Jacarta. HEX triplet: 39, 2F and 59. RGB value is (57,47,89). Sum of RGB (Red+Green+Blue) = 57+47+89=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #392F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392F59 is #C6D0A6. Grayscale: #363636. Windows color (decimal): -13029543 or 5844793. OLE color: 5844793.

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

Color convert

RGB574789-
CMYK0.360.4700.65
HSL254.29º30.88%26.67%-
HSV(B)254.29º47.19%34.9%-
XYZ4.513.629.91-
YUV54.78147.31129.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.53%
GREEN value IS 47 (18.75% from 255) = 24.35%
BLUE value IS 89 (35.16% from 255) = 46.11%
R=29.53%
G=24.35%
B=46.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5747890.360.4700.65254.2930.8826.67
Hex392F59242F041fe1f1b
Octal7157131445701013763733
Binary111001101111101100110010010111101000001111111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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