#393060

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

Shades of Jacarta #393060

Tints of Jacarta #393060

Color information

#393060 (or 0x393060) is unknown color: approx Jacarta. HEX triplet: 39, 30 and 60. RGB value is (57,48,96). Sum of RGB (Red+Green+Blue) = 57+48+96=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #393060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393060 is #C6CF9F. Grayscale: #373737. Windows color (decimal): -13029280 or 6303801. OLE color: 6303801.

HSL color Cylindrical-coordinate representation of color #393060: hue angle of 251.25º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #393060 is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB574896-
CMYK0.410.5000.62
HSL251.25º33.33%28.24%-
HSV(B)251.25º50%37.65%-
XYZ4.863.8311.55-
YUV56.16150.48128.6-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.36%
GREEN value IS 48 (19.14% from 255) = 23.88%
BLUE value IS 96 (37.89% from 255) = 47.76%
R=28.36%
G=23.88%
B=47.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5748960.410.5000.62251.2533.3328.24
Hex393060293203Efb211c
Octal716014051620763734134
Binary111001110000110000010100111001001111101111101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393060; }

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

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

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

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

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

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

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

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