#392F5A

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

Shades of Jacarta #392F5A

Tints of Jacarta #392F5A

Color information

#392F5A (or 0x392F5A) is unknown color: approx Jacarta. HEX triplet: 39, 2F and 5A. RGB value is (57,47,90). Sum of RGB (Red+Green+Blue) = 57+47+90=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 90 - color contains mainly: blue. Hex color #392F5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392F5A is #C6D0A5. Grayscale: #363636. Windows color (decimal): -13029542 or 5910329. OLE color: 5910329.

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

Color convert

RGB574790-
CMYK0.370.4800.65
HSL253.95º31.39%26.86%-
HSV(B)253.95º47.78%35.29%-
XYZ4.553.6410.14-
YUV54.89147.81129.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.38%
GREEN value IS 47 (18.75% from 255) = 24.23%
BLUE value IS 90 (35.55% from 255) = 46.39%
R=29.38%
G=24.23%
B=46.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5747900.370.4800.65253.9531.3926.86
Hex392F5A2530041fe1f1b
Octal7157132456001013763733
Binary111001101111101101010010111000001000001111111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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