#372D54

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

Shades of Cherry Pie #372D54

Tints of Cherry Pie #372D54

Color information

#372D54 (or 0x372D54) is unknown color: approx Cherry Pie. HEX triplet: 37, 2D and 54. RGB value is (55,45,84). Sum of RGB (Red+Green+Blue) = 55+45+84=184 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.89% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 84 (33.20% from 255 or 45.65% from 184); Max value from RGB is 84 - color contains mainly: blue. Hex color #372D54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372D54 is #C8D2AB. Grayscale: #343434. Windows color (decimal): -13161132 or 5516599. OLE color: 5516599.

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

Color convert

RGB554584-
CMYK0.350.4600.67
HSL255.38º30.23%25.29%-
HSV(B)255.38º46.43%32.94%-
XYZ4.113.338.81-
YUV52.44145.81129.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.89%
GREEN value IS 45 (17.97% from 255) = 24.46%
BLUE value IS 84 (33.20% from 255) = 45.65%
R=29.89%
G=24.46%
B=45.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5545840.350.4600.67255.3830.2325.29
Hex372D54232E043ff1e19
Octal6755124435601033773631
Binary110111101101101010010001110111001000011111111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372D54; }

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

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

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

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

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

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

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

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