#392B5E

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

Shades of Jacarta #392B5E

Tints of Jacarta #392B5E

Color information

#392B5E (or 0x392B5E) is unknown color: approx Jacarta. HEX triplet: 39, 2B and 5E. RGB value is (57,43,94). Sum of RGB (Red+Green+Blue) = 57+43+94=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 94 (37.11% from 255 or 48.45% from 194); Max value from RGB is 94 - color contains mainly: blue. Hex color #392B5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392B5E is #C6D4A1. Grayscale: #343434. Windows color (decimal): -13030562 or 6171449. OLE color: 6171449.

HSL color Cylindrical-coordinate representation of color #392B5E: hue angle of 256.47º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #392B5E is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB574394-
CMYK0.390.5400.63
HSL256.47º37.23%26.86%-
HSV(B)256.47º54.26%36.86%-
XYZ4.573.4111.01-
YUV53151.14130.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.38%
GREEN value IS 43 (17.19% from 255) = 22.16%
BLUE value IS 94 (37.11% from 255) = 48.45%
R=29.38%
G=22.16%
B=48.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5743940.390.5400.63256.4737.2326.86
Hex392B5E273603F100251b
Octal715313647660774004533
Binary1110011010111011110100111110110011111110000000010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,43,94); }

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

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

 a { background-color: rgb(57,43,94); }

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

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

 span { border-color: rgb(57,43,94); }

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