#32294E

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

Shades of Cherry Pie #32294E

Tints of Cherry Pie #32294E

Color information

#32294E (or 0x32294E) is unknown color: approx Cherry Pie. HEX triplet: 32, 29 and 4E. RGB value is (50,41,78). Sum of RGB (Red+Green+Blue) = 50+41+78=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 78 (30.86% from 255 or 46.15% from 169); Max value from RGB is 78 - color contains mainly: blue. Hex color #32294E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32294E is #CDD6B1. Grayscale: #2F2F2F. Windows color (decimal): -13489842 or 5122354. OLE color: 5122354.

HSL color Cylindrical-coordinate representation of color #32294E: hue angle of 254.59º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #32294E is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB504178-
CMYK0.360.4700.69
HSL254.59º31.09%23.33%-
HSV(B)254.59º47.44%30.59%-
XYZ3.482.817.57-
YUV47.91144.98129.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.59%
GREEN value IS 41 (16.41% from 255) = 24.26%
BLUE value IS 78 (30.86% from 255) = 46.15%
R=29.59%
G=24.26%
B=46.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5041780.360.4700.69254.5931.0923.33
Hex32294E242F045ff1f17
Octal6251116445701053773727
Binary110010101001100111010010010111101000101111111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32294E; }

 p { color: rgb(50,41,78); }

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

<style>
 a { background-color: #32294E; }

 a { background-color: rgb(50,41,78); }

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

<style>
 span { border-color: #32294E; }

 span { border-color: rgb(50,41,78); }

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