#37295A

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

Shades of Cherry Pie #37295A

Tints of Cherry Pie #37295A

Color information

#37295A (or 0x37295A) is unknown color: approx Cherry Pie. HEX triplet: 37, 29 and 5A. RGB value is (55,41,90). Sum of RGB (Red+Green+Blue) = 55+41+90=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 90 - color contains mainly: blue. Hex color #37295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37295A is #C8D6A5. Grayscale: #323232. Windows color (decimal): -13162150 or 5908791. OLE color: 5908791.

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

Color convert

RGB554190-
CMYK0.390.5400.65
HSL257.14º37.4%25.69%-
HSV(B)257.14º54.44%35.29%-
XYZ4.213.1410.06-
YUV50.77150.14131.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.57%
GREEN value IS 41 (16.41% from 255) = 22.04%
BLUE value IS 90 (35.55% from 255) = 48.39%
R=29.57%
G=22.04%
B=48.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5541900.390.5400.65257.1437.425.69
Hex37295A2736041101251a
Octal6751132476601014014532
Binary11011110100110110101001111101100100000110000000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37295A; }

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

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

<style>
 a { background-color: #37295A; }

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

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

<style>
 span { border-color: #37295A; }

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

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