#37285A

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

Shades of Cherry Pie #37285A

Tints of Cherry Pie #37285A

Color information

#37285A (or 0x37285A) is unknown color: approx Cherry Pie. HEX triplet: 37, 28 and 5A. RGB value is (55,40,90). Sum of RGB (Red+Green+Blue) = 55+40+90=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #37285A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37285A is #C8D7A5. Grayscale: #313131. Windows color (decimal): -13162406 or 5908535. OLE color: 5908535.

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

Color convert

RGB554090-
CMYK0.390.5600.65
HSL258º38.46%25.49%-
HSV(B)258º55.56%35.29%-
XYZ4.183.0710.04-
YUV50.18150.47131.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.73%
GREEN value IS 40 (16.02% from 255) = 21.62%
BLUE value IS 90 (35.55% from 255) = 48.65%
R=29.73%
G=21.62%
B=48.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5540900.390.5600.6525838.4625.49
Hex37285A27380411022619
Octal6750132477001014024631
Binary11011110100010110101001111110000100000110000001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37285A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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