#393257

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

Shades of Jacarta #393257

Tints of Jacarta #393257

Color information

#393257 (or 0x393257) is unknown color: approx Jacarta. HEX triplet: 39, 32 and 57. RGB value is (57,50,87). Sum of RGB (Red+Green+Blue) = 57+50+87=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 87 - color contains mainly: blue. Hex color #393257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393257 is #C6CDA8. Grayscale: #383838. Windows color (decimal): -13028777 or 5714489. OLE color: 5714489.

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

Color convert

RGB575087-
CMYK0.340.4300.66
HSL251.35º27.01%26.86%-
HSV(B)251.35º42.53%34.12%-
XYZ4.553.849.52-
YUV56.31145.32128.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.38%
GREEN value IS 50 (19.92% from 255) = 25.77%
BLUE value IS 87 (34.38% from 255) = 44.85%
R=29.38%
G=25.77%
B=44.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5750870.340.4300.66251.3527.0126.86
Hex393257222B042fb1b1b
Octal7162127425301023733333
Binary111001110010101011110001010101101000010111110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393257; }

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

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

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

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

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

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

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

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