#37314E

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

Shades of Cherry Pie #37314E

Tints of Cherry Pie #37314E

Color information

#37314E (or 0x37314E) is unknown color: approx Cherry Pie. HEX triplet: 37, 31 and 4E. RGB value is (55,49,78). Sum of RGB (Red+Green+Blue) = 55+49+78=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 78 (30.86% from 255 or 42.86% from 182); Max value from RGB is 78 - color contains mainly: blue. Hex color #37314E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37314E is #C8CEB1. Grayscale: #353535. Windows color (decimal): -13160114 or 5124407. OLE color: 5124407.

HSL color Cylindrical-coordinate representation of color #37314E: hue angle of 252.41º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #37314E is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB554978-
CMYK0.290.3700.69
HSL252.41º22.83%24.9%-
HSV(B)252.41º37.18%30.59%-
XYZ4.053.567.68-
YUV54.1141.49128.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.22%
GREEN value IS 49 (19.53% from 255) = 26.92%
BLUE value IS 78 (30.86% from 255) = 42.86%
R=30.22%
G=26.92%
B=42.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5549780.290.3700.69252.4122.8324.9
Hex37314E1D25045fc1719
Octal6761116354501053742731
Binary11011111000110011101110110010101000101111111001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37314E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37314E; }

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

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

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

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

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

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

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

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