#372954

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

Shades of Cherry Pie #372954

Tints of Cherry Pie #372954

Color information

#372954 (or 0x372954) is unknown color: approx Cherry Pie. HEX triplet: 37, 29 and 54. RGB value is (55,41,84). Sum of RGB (Red+Green+Blue) = 55+41+84=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 84 (33.20% from 255 or 46.67% from 180); Max value from RGB is 84 - color contains mainly: blue. Hex color #372954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372954 is #C8D6AB. Grayscale: #313131. Windows color (decimal): -13162156 or 5515575. OLE color: 5515575.

HSL color Cylindrical-coordinate representation of color #372954: hue angle of 259.53º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #372954 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB554184-
CMYK0.350.5100.67
HSL259.53º34.4%24.51%-
HSV(B)259.53º51.19%32.94%-
XYZ3.973.048.76-
YUV50.09147.14131.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.56%
GREEN value IS 41 (16.41% from 255) = 22.78%
BLUE value IS 84 (33.20% from 255) = 46.67%
R=30.56%
G=22.78%
B=46.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5541840.350.5100.67259.5334.424.51
Hex37295423330431042219
Octal6751124436301034044231
Binary11011110100110101001000111100110100001110000010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372954; }

 p { color: rgb(55,41,84); }

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

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

 a { background-color: rgb(55,41,84); }

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

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

 span { border-color: rgb(55,41,84); }

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