#393260

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

Shades of Jacarta #393260

Tints of Jacarta #393260

Color information

#393260 (or 0x393260) is unknown color: approx Jacarta. HEX triplet: 39, 32 and 60. RGB value is (57,50,96). Sum of RGB (Red+Green+Blue) = 57+50+96=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #393260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393260 is #C6CD9F. Grayscale: #393939. Windows color (decimal): -13028768 or 6304313. OLE color: 6304313.

HSL color Cylindrical-coordinate representation of color #393260: hue angle of 249.13º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #393260 is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB575096-
CMYK0.410.4800.62
HSL249.13º31.51%28.63%-
HSV(B)249.13º47.92%37.65%-
XYZ4.94411.58-
YUV57.34149.82127.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.08%
GREEN value IS 50 (19.92% from 255) = 24.63%
BLUE value IS 96 (37.89% from 255) = 47.29%
R=28.08%
G=24.63%
B=47.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5750960.410.4800.62249.1331.5128.63
Hex393260293003Ef9201d
Octal716214051600763714035
Binary111001110010110000010100111000001111101111100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393260; }

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

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

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

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

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

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

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

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