#373159

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

Shades of Jacarta #373159

Tints of Jacarta #373159

Color information

#373159 (or 0x373159) is unknown color: approx Jacarta. HEX triplet: 37, 31 and 59. RGB value is (55,49,89). Sum of RGB (Red+Green+Blue) = 55+49+89=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #373159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373159 is #C8CEA6. Grayscale: #373737. Windows color (decimal): -13160103 or 5845303. OLE color: 5845303.

HSL color Cylindrical-coordinate representation of color #373159: hue angle of 249º 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 #373159 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB554989-
CMYK0.380.4500.65
HSL249º28.99%27.06%-
HSV(B)249º44.94%34.9%-
XYZ4.483.739.94-
YUV55.35146.99127.75-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.50%
GREEN value IS 49 (19.53% from 255) = 25.39%
BLUE value IS 89 (35.16% from 255) = 46.11%
R=28.50%
G=25.39%
B=46.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5549890.380.4500.6524928.9927.06
Hex373159262D041f91d1b
Octal6761131465501013713533
Binary110111110001101100110011010110101000001111110011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373159; }

 p { color: rgb(55,49,89); }

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

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

 a { background-color: rgb(55,49,89); }

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

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

 span { border-color: rgb(55,49,89); }

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