#393456

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

Shades of Jacarta #393456

Tints of Jacarta #393456

Color information

#393456 (or 0x393456) is unknown color: approx Jacarta. HEX triplet: 39, 34 and 56. RGB value is (57,52,86). Sum of RGB (Red+Green+Blue) = 57+52+86=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 86 - color contains mainly: blue. Hex color #393456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393456 is #C6CBA9. Grayscale: #393939. Windows color (decimal): -13028266 or 5649465. OLE color: 5649465.

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

Color convert

RGB575286-
CMYK0.340.4000.66
HSL248.82º24.64%27.06%-
HSV(B)248.82º39.53%33.73%-
XYZ4.649.33-
YUV57.37144.16127.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.23%
GREEN value IS 52 (20.70% from 255) = 26.67%
BLUE value IS 86 (33.98% from 255) = 44.10%
R=29.23%
G=26.67%
B=44.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5752860.340.4000.66248.8224.6427.06
Hex3934562228042f9191b
Octal7164126425001023713133
Binary111001110100101011010001010100001000010111110011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393456; }

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

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

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

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

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

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

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

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