#393559

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

Shades of Jacarta #393559

Tints of Jacarta #393559

Color information

#393559 (or 0x393559) is unknown color: approx Jacarta. HEX triplet: 39, 35 and 59. RGB value is (57,53,89). Sum of RGB (Red+Green+Blue) = 57+53+89=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 89 (35.16% from 255 or 44.72% from 199); Max value from RGB is 89 - color contains mainly: blue. Hex color #393559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393559 is #C6CAA6. Grayscale: #3A3A3A. Windows color (decimal): -13028007 or 5846329. OLE color: 5846329.

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

Color convert

RGB575389-
CMYK0.360.4000.65
HSL246.67º25.35%27.84%-
HSV(B)246.67º40.45%34.9%-
XYZ4.764.1410-
YUV58.3145.33127.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.64%
GREEN value IS 53 (21.09% from 255) = 26.63%
BLUE value IS 89 (35.16% from 255) = 44.72%
R=28.64%
G=26.63%
B=44.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5753890.360.4000.65246.6725.3527.84
Hex3935592428041f7191c
Octal7165131445001013673134
Binary111001110101101100110010010100001000001111101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393559; }

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

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

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

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

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

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

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

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