#393360

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

Shades of Jacarta #393360

Tints of Jacarta #393360

Color information

#393360 (or 0x393360) is unknown color: approx Jacarta. HEX triplet: 39, 33 and 60. RGB value is (57,51,96). Sum of RGB (Red+Green+Blue) = 57+51+96=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 96 - color contains mainly: blue. Hex color #393360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393360 is #C6CC9F. Grayscale: #393939. Windows color (decimal): -13028512 or 6304569. OLE color: 6304569.

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

Color convert

RGB575196-
CMYK0.410.4700.62
HSL248º30.61%28.82%-
HSV(B)248º46.88%37.65%-
XYZ4.984.0811.59-
YUV57.92149.49127.34-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.94%
GREEN value IS 51 (20.31% from 255) = 25%
BLUE value IS 96 (37.89% from 255) = 47.06%
R=27.94%
G=25%
B=47.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5751960.410.4700.6224830.6128.82
Hex393360292F03Ef81f1d
Octal716314051570763703735
Binary11100111001111000001010011011110111110111110001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393360; }

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

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

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

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

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

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

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

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