#393258

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

Shades of Jacarta #393258

Tints of Jacarta #393258

Color information

#393258 (or 0x393258) is unknown color: approx Jacarta. HEX triplet: 39, 32 and 58. RGB value is (57,50,88). Sum of RGB (Red+Green+Blue) = 57+50+88=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 88 - color contains mainly: blue. Hex color #393258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393258 is #C6CDA7. Grayscale: #383838. Windows color (decimal): -13028776 or 5780025. OLE color: 5780025.

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

Color convert

RGB575088-
CMYK0.350.4300.65
HSL251.05º27.54%27.06%-
HSV(B)251.05º43.18%34.51%-
XYZ4.593.869.73-
YUV56.42145.82128.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.23%
GREEN value IS 50 (19.92% from 255) = 25.64%
BLUE value IS 88 (34.77% from 255) = 45.13%
R=29.23%
G=25.64%
B=45.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5750880.350.4300.65251.0527.5427.06
Hex393258232B041fb1c1b
Octal7162130435301013733433
Binary111001110010101100010001110101101000001111110111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393258; }

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

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

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

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

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

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

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

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