#372E59

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

Shades of Cherry Pie #372E59

Tints of Cherry Pie #372E59

Color information

#372E59 (or 0x372E59) is unknown color: approx Cherry Pie. HEX triplet: 37, 2E and 59. RGB value is (55,46,89). Sum of RGB (Red+Green+Blue) = 55+46+89=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #372E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372E59 is #C8D1A6. Grayscale: #353535. Windows color (decimal): -13160871 or 5844535. OLE color: 5844535.

HSL color Cylindrical-coordinate representation of color #372E59: hue angle of 252.56º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #372E59 is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB554689-
CMYK0.380.4800.65
HSL252.56º31.85%26.47%-
HSV(B)252.56º48.31%34.9%-
XYZ4.363.499.89-
YUV53.59147.98129-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.95%
GREEN value IS 46 (18.36% from 255) = 24.21%
BLUE value IS 89 (35.16% from 255) = 46.84%
R=28.95%
G=24.21%
B=46.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5546890.380.4800.65252.5631.8526.47
Hex372E592630041fd201a
Octal6756131466001013754032
Binary1101111011101011001100110110000010000011111110110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,46,89); }

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

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

 a { background-color: rgb(55,46,89); }

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

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

 span { border-color: rgb(55,46,89); }

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