#37315A

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

Shades of Jacarta #37315A

Tints of Jacarta #37315A

Color information

#37315A (or 0x37315A) is unknown color: approx Jacarta. HEX triplet: 37, 31 and 5A. RGB value is (55,49,90). Sum of RGB (Red+Green+Blue) = 55+49+90=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 90 - color contains mainly: blue. Hex color #37315A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37315A is #C8CEA5. Grayscale: #373737. Windows color (decimal): -13160102 or 5910839. OLE color: 5910839.

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

Color convert

RGB554990-
CMYK0.390.4600.65
HSL248.78º29.5%27.25%-
HSV(B)248.78º45.56%35.29%-
XYZ4.523.7510.16-
YUV55.47147.49127.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.35%
GREEN value IS 49 (19.53% from 255) = 25.26%
BLUE value IS 90 (35.55% from 255) = 46.39%
R=28.35%
G=25.26%
B=46.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5549900.390.4600.65248.7829.527.25
Hex37315A272E041f91d1b
Octal6761132475601013713533
Binary110111110001101101010011110111001000001111110011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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