#37315e

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

Shades of Jacarta #37315E

Tints of Jacarta #37315E

Color information

#37315E (or 0x37315E) is unknown color: approx Jacarta. HEX triplet: 37, 31 and 5E. RGB value is (55,49,94). Sum of RGB (Red+Green+Blue) = 55+49+94=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 94 (37.11% from 255 or 47.47% from 198); Max value from RGB is 94 - color contains mainly: blue. Hex color #37315E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37315E is #C8CEA1. Grayscale: #373737. Windows color (decimal): -13160098 or 6172983. OLE color: 6172983.

HSL color Cylindrical-coordinate representation of color #37315E: hue angle of 248º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #37315E is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB554994-
CMYK0.410.4800.63
HSL248º31.47%28.04%-
HSV(B)248º47.87%36.86%-
XYZ4.693.8211.08-
YUV55.92149.49127.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.78%
GREEN value IS 49 (19.53% from 255) = 24.75%
BLUE value IS 94 (37.11% from 255) = 47.47%
R=27.78%
G=24.75%
B=47.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5549940.410.4800.6324831.4728.04
Hex37315E293003Ff81f1c
Octal676113651600773703734
Binary11011111000110111101010011100000111111111110001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37315e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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