#393556

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

Shades of Jacarta #393556

Tints of Jacarta #393556

Color information

#393556 (or 0x393556) is unknown color: approx Jacarta. HEX triplet: 39, 35 and 56. RGB value is (57,53,86). Sum of RGB (Red+Green+Blue) = 57+53+86=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 86 (33.98% from 255 or 43.88% from 196); Max value from RGB is 86 - color contains mainly: blue. Hex color #393556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393556 is #C6CAA9. Grayscale: #393939. Windows color (decimal): -13028010 or 5649721. OLE color: 5649721.

HSL color Cylindrical-coordinate representation of color #393556: hue angle of 247.27º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #393556 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB575386-
CMYK0.340.3800.66
HSL247.27º23.74%27.25%-
HSV(B)247.27º38.37%33.73%-
XYZ4.644.099.35-
YUV57.96143.83127.32-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.08%
GREEN value IS 53 (21.09% from 255) = 27.04%
BLUE value IS 86 (33.98% from 255) = 43.88%
R=29.08%
G=27.04%
B=43.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5753860.340.3800.66247.2723.7427.25
Hex3935562226042f7181b
Octal7165126424601023673033
Binary111001110101101011010001010011001000010111101111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393556; }

 p { color: rgb(57,53,86); }

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

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

 a { background-color: rgb(57,53,86); }

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

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

 span { border-color: rgb(57,53,86); }

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