#372F56

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

Shades of Cherry Pie #372F56

Tints of Cherry Pie #372F56

Color information

#372F56 (or 0x372F56) is unknown color: approx Cherry Pie. HEX triplet: 37, 2F and 56. RGB value is (55,47,86). Sum of RGB (Red+Green+Blue) = 55+47+86=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 47 (18.75% from 255 or 25% from 188); Blue value is 86 (33.98% from 255 or 45.74% from 188); Max value from RGB is 86 - color contains mainly: blue. Hex color #372F56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372F56 is #C8D0A9. Grayscale: #353535. Windows color (decimal): -13160618 or 5648183. OLE color: 5648183.

HSL color Cylindrical-coordinate representation of color #372F56: hue angle of 252.31º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #372F56 is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB554786-
CMYK0.360.4500.66
HSL252.31º29.32%26.08%-
HSV(B)252.31º45.35%33.73%-
XYZ4.273.529.26-
YUV53.84146.15128.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.26%
GREEN value IS 47 (18.75% from 255) = 25%
BLUE value IS 86 (33.98% from 255) = 45.74%
R=29.26%
G=25%
B=45.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5547860.360.4500.66252.3129.3226.08
Hex372F56242D042fc1d1a
Octal6757126445501023743532
Binary110111101111101011010010010110101000010111111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,47,86); }

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

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

 a { background-color: rgb(55,47,86); }

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

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

 span { border-color: rgb(55,47,86); }

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