#393259

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

Shades of Jacarta #393259

Tints of Jacarta #393259

Color information

#393259 (or 0x393259) is unknown color: approx Jacarta. HEX triplet: 39, 32 and 59. RGB value is (57,50,89). Sum of RGB (Red+Green+Blue) = 57+50+89=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 89 - color contains mainly: blue. Hex color #393259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393259 is #C6CDA6. Grayscale: #383838. Windows color (decimal): -13028775 or 5845561. OLE color: 5845561.

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

Color convert

RGB575089-
CMYK0.360.4400.65
HSL250.77º28.06%27.25%-
HSV(B)250.77º43.82%34.9%-
XYZ4.633.879.95-
YUV56.54146.32128.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.08%
GREEN value IS 50 (19.92% from 255) = 25.51%
BLUE value IS 89 (35.16% from 255) = 45.41%
R=29.08%
G=25.51%
B=45.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5750890.360.4400.65250.7728.0627.25
Hex393259242C041fb1c1b
Octal7162131445401013733433
Binary111001110010101100110010010110001000001111110111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393259; }

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

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

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

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

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

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

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

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