#393359

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

Shades of Jacarta #393359

Tints of Jacarta #393359

Color information

#393359 (or 0x393359) is unknown color: approx Jacarta. HEX triplet: 39, 33 and 59. RGB value is (57,51,89). Sum of RGB (Red+Green+Blue) = 57+51+89=197 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.93% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 89 (35.16% from 255 or 45.18% from 197); Max value from RGB is 89 - color contains mainly: blue. Hex color #393359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393359 is #C6CCA6. Grayscale: #383838. Windows color (decimal): -13028519 or 5845817. OLE color: 5845817.

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

Color convert

RGB575189-
CMYK0.360.4300.65
HSL249.47º27.14%27.45%-
HSV(B)249.47º42.7%34.9%-
XYZ4.673.969.97-
YUV57.13145.99127.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.93%
GREEN value IS 51 (20.31% from 255) = 25.89%
BLUE value IS 89 (35.16% from 255) = 45.18%
R=28.93%
G=25.89%
B=45.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5751890.360.4300.65249.4727.1427.45
Hex393359242B041f91b1b
Octal7163131445301013713333
Binary111001110011101100110010010101101000001111110011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393359; }

 p { color: rgb(57,51,89); }

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

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

 a { background-color: rgb(57,51,89); }

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

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

 span { border-color: rgb(57,51,89); }

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