#372D56

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

Shades of Cherry Pie #372D56

Tints of Cherry Pie #372D56

Color information

#372D56 (or 0x372D56) is unknown color: approx Cherry Pie. HEX triplet: 37, 2D and 56. RGB value is (55,45,86). Sum of RGB (Red+Green+Blue) = 55+45+86=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 86 (33.98% from 255 or 46.24% from 186); Max value from RGB is 86 - color contains mainly: blue. Hex color #372D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372D56 is #C8D2A9. Grayscale: #343434. Windows color (decimal): -13161130 or 5647671. OLE color: 5647671.

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

Color convert

RGB554586-
CMYK0.360.4800.66
HSL254.63º31.3%25.69%-
HSV(B)254.63º47.67%33.73%-
XYZ4.193.369.23-
YUV52.66146.81129.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.57%
GREEN value IS 45 (17.97% from 255) = 24.19%
BLUE value IS 86 (33.98% from 255) = 46.24%
R=29.57%
G=24.19%
B=46.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5545860.360.4800.66254.6331.325.69
Hex372D562430042ff1f1a
Octal6755126446001023773732
Binary110111101101101011010010011000001000010111111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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