#393358

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

Shades of Jacarta #393358

Tints of Jacarta #393358

Color information

#393358 (or 0x393358) is unknown color: approx Jacarta. HEX triplet: 39, 33 and 58. RGB value is (57,51,88). Sum of RGB (Red+Green+Blue) = 57+51+88=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 88 - color contains mainly: blue. Hex color #393358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393358 is #C6CCA7. Grayscale: #383838. Windows color (decimal): -13028520 or 5780281. OLE color: 5780281.

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

Color convert

RGB575188-
CMYK0.350.4200.65
HSL249.73º26.62%27.25%-
HSV(B)249.73º42.05%34.51%-
XYZ4.633.949.75-
YUV57.01145.49127.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.08%
GREEN value IS 51 (20.31% from 255) = 26.02%
BLUE value IS 88 (34.77% from 255) = 44.90%
R=29.08%
G=26.02%
B=44.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5751880.350.4200.65249.7326.6227.25
Hex393358232A041fa1b1b
Octal7163130435201013723333
Binary111001110011101100010001110101001000001111110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393358; }

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

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

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

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

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

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

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

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