#393157

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

Shades of Jacarta #393157

Tints of Jacarta #393157

Color information

#393157 (or 0x393157) is unknown color: approx Jacarta. HEX triplet: 39, 31 and 57. RGB value is (57,49,87). Sum of RGB (Red+Green+Blue) = 57+49+87=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 87 - color contains mainly: blue. Hex color #393157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393157 is #C6CEA8. Grayscale: #373737. Windows color (decimal): -13029033 or 5714233. OLE color: 5714233.

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

Color convert

RGB574987-
CMYK0.340.4400.66
HSL252.63º27.94%26.67%-
HSV(B)252.63º43.68%34.12%-
XYZ4.513.759.5-
YUV55.72145.65128.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.53%
GREEN value IS 49 (19.53% from 255) = 25.39%
BLUE value IS 87 (34.38% from 255) = 45.08%
R=29.53%
G=25.39%
B=45.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5749870.340.4400.66252.6327.9426.67
Hex393157222C042fd1c1b
Octal7161127425401023753433
Binary111001110001101011110001010110001000010111111011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393157; }

 p { color: rgb(57,49,87); }

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

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

 a { background-color: rgb(57,49,87); }

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

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

 span { border-color: rgb(57,49,87); }

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