#393059

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

Shades of Jacarta #393059

Tints of Jacarta #393059

Color information

#393059 (or 0x393059) is unknown color: approx Jacarta. HEX triplet: 39, 30 and 59. RGB value is (57,48,89). Sum of RGB (Red+Green+Blue) = 57+48+89=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #393059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393059 is #C6CFA6. Grayscale: #373737. Windows color (decimal): -13029287 or 5845049. OLE color: 5845049.

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

Color convert

RGB574889-
CMYK0.360.4600.65
HSL253.17º29.93%26.86%-
HSV(B)253.17º46.07%34.9%-
XYZ4.553.719.93-
YUV55.36146.98129.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.38%
GREEN value IS 48 (19.14% from 255) = 24.74%
BLUE value IS 89 (35.16% from 255) = 45.88%
R=29.38%
G=24.74%
B=45.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5748890.360.4600.65253.1729.9326.86
Hex393059242E041fd1e1b
Octal7160131445601013753633
Binary111001110000101100110010010111001000001111111011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393059; }

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

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

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

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

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

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

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

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