#393058

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

Shades of Jacarta #393058

Tints of Jacarta #393058

Color information

#393058 (or 0x393058) is unknown color: approx Jacarta. HEX triplet: 39, 30 and 58. RGB value is (57,48,88). Sum of RGB (Red+Green+Blue) = 57+48+88=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 88 - color contains mainly: blue. Hex color #393058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393058 is #C6CFA7. Grayscale: #373737. Windows color (decimal): -13029288 or 5779513. OLE color: 5779513.

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

Color convert

RGB574888-
CMYK0.350.4500.65
HSL253.5º29.41%26.67%-
HSV(B)253.5º45.45%34.51%-
XYZ4.513.699.71-
YUV55.25146.48129.25-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.53%
GREEN value IS 48 (19.14% from 255) = 24.87%
BLUE value IS 88 (34.77% from 255) = 45.60%
R=29.53%
G=24.87%
B=45.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5748880.350.4500.65253.529.4126.67
Hex393058232D041fe1d1b
Octal7160130435501013763533
Binary111001110000101100010001110110101000001111111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393058; }

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

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

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

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

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

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

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

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