#372B5A

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

Shades of Cherry Pie #372B5A

Tints of Cherry Pie #372B5A

Color information

#372B5A (or 0x372B5A) is unknown color: approx Cherry Pie. HEX triplet: 37, 2B and 5A. RGB value is (55,43,90). Sum of RGB (Red+Green+Blue) = 55+43+90=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 90 - color contains mainly: blue. Hex color #372B5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372B5A is #C8D4A5. Grayscale: #333333. Windows color (decimal): -13161638 or 5909303. OLE color: 5909303.

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

Color convert

RGB554390-
CMYK0.390.5200.65
HSL255.32º35.34%26.08%-
HSV(B)255.32º52.22%35.29%-
XYZ4.283.2810.08-
YUV51.95149.48130.18-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.26%
GREEN value IS 43 (17.19% from 255) = 22.87%
BLUE value IS 90 (35.55% from 255) = 47.87%
R=29.26%
G=22.87%
B=47.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5543900.390.5200.65255.3235.3426.08
Hex372B5A2734041ff231a
Octal6753132476401013774332
Binary1101111010111011010100111110100010000011111111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,43,90); }

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

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

 a { background-color: rgb(55,43,90); }

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

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

 span { border-color: rgb(55,43,90); }

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