#393654

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

Shades of Jacarta #393654

Tints of Jacarta #393654

Color information

#393654 (or 0x393654) is unknown color: approx Jacarta. HEX triplet: 39, 36 and 54. RGB value is (57,54,84). Sum of RGB (Red+Green+Blue) = 57+54+84=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 84 - color contains mainly: blue. Hex color #393654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393654 is #C6C9AB. Grayscale: #3A3A3A. Windows color (decimal): -13027756 or 5518905. OLE color: 5518905.

HSL color Cylindrical-coordinate representation of color #393654: hue angle of 246º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #393654 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB575484-
CMYK0.320.3600.67
HSL246º21.74%27.06%-
HSV(B)246º35.71%32.94%-
XYZ4.614.158.95-
YUV58.32142.49127.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.23%
GREEN value IS 54 (21.48% from 255) = 27.69%
BLUE value IS 84 (33.20% from 255) = 43.08%
R=29.23%
G=27.69%
B=43.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5754840.320.3600.6724621.7427.06
Hex3936542024043f6161b
Octal7166124404401033662633
Binary111001110110101010010000010010001000011111101101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393654; }

 p { color: rgb(57,54,84); }

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

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

 a { background-color: rgb(57,54,84); }

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

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

 span { border-color: rgb(57,54,84); }

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