#393356

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

Shades of Jacarta #393356

Tints of Jacarta #393356

Color information

#393356 (or 0x393356) is unknown color: approx Jacarta. HEX triplet: 39, 33 and 56. RGB value is (57,51,86). Sum of RGB (Red+Green+Blue) = 57+51+86=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 86 (33.98% from 255 or 44.33% from 194); Max value from RGB is 86 - color contains mainly: blue. Hex color #393356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393356 is #C6CCA9. Grayscale: #383838. Windows color (decimal): -13028522 or 5649209. OLE color: 5649209.

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

Color convert

RGB575186-
CMYK0.340.4100.66
HSL250.29º25.55%26.86%-
HSV(B)250.29º40.7%33.73%-
XYZ4.553.919.32-
YUV56.78144.49128.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.38%
GREEN value IS 51 (20.31% from 255) = 26.29%
BLUE value IS 86 (33.98% from 255) = 44.33%
R=29.38%
G=26.29%
B=44.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5751860.340.4100.66250.2925.5526.86
Hex3933562229042fa1a1b
Octal7163126425101023723233
Binary111001110011101011010001010100101000010111110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393356; }

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

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

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

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

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

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

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

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