#393455

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

Shades of Jacarta #393455

Tints of Jacarta #393455

Color information

#393455 (or 0x393455) is unknown color: approx Jacarta. HEX triplet: 39, 34 and 55. RGB value is (57,52,85). Sum of RGB (Red+Green+Blue) = 57+52+85=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 85 - color contains mainly: blue. Hex color #393455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393455 is #C6CBAA. Grayscale: #393939. Windows color (decimal): -13028267 or 5583929. OLE color: 5583929.

HSL color Cylindrical-coordinate representation of color #393455: hue angle of 249.09º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #393455 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB575285-
CMYK0.330.3900.67
HSL249.09º24.09%26.86%-
HSV(B)249.09º38.82%33.33%-
XYZ4.563.989.12-
YUV57.26143.66127.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.38%
GREEN value IS 52 (20.70% from 255) = 26.80%
BLUE value IS 85 (33.59% from 255) = 43.81%
R=29.38%
G=26.80%
B=43.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5752850.330.3900.67249.0924.0926.86
Hex3934552127043f9181b
Octal7164125414701033713033
Binary111001110100101010110000110011101000011111110011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393455; }

 p { color: rgb(57,52,85); }

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

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

 a { background-color: rgb(57,52,85); }

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

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

 span { border-color: rgb(57,52,85); }

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