#37315C

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

Shades of Jacarta #37315C

Tints of Jacarta #37315C

Color information

#37315C (or 0x37315C) is unknown color: approx Jacarta. HEX triplet: 37, 31 and 5C. RGB value is (55,49,92). Sum of RGB (Red+Green+Blue) = 55+49+92=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 92 - color contains mainly: blue. Hex color #37315C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37315C is #C8CEA3. Grayscale: #373737. Windows color (decimal): -13160100 or 6041911. OLE color: 6041911.

HSL color Cylindrical-coordinate representation of color #37315C: hue angle of 248.37º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #37315C is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB554992-
CMYK0.400.4700.64
HSL248.37º30.5%27.65%-
HSV(B)248.37º46.74%36.08%-
XYZ4.613.7810.61-
YUV55.7148.49127.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.06%
GREEN value IS 49 (19.53% from 255) = 25%
BLUE value IS 92 (36.33% from 255) = 46.94%
R=28.06%
G=25%
B=46.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5549920.400.4700.64248.3730.527.65
Hex37315C282F040f81e1c
Octal6761134505701003703634
Binary110111110001101110010100010111101000000111110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37315C; }

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

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

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

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

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

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

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

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