#35274E

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

Shades of Cherry Pie #35274E

Tints of Cherry Pie #35274E

Color information

#35274E (or 0x35274E) is unknown color: approx Cherry Pie. HEX triplet: 35, 27 and 4E. RGB value is (53,39,78). Sum of RGB (Red+Green+Blue) = 53+39+78=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 78 (30.86% from 255 or 45.88% from 170); Max value from RGB is 78 - color contains mainly: blue. Hex color #35274E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35274E is #CAD8B1. Grayscale: #2F2F2F. Windows color (decimal): -13293746 or 5121845. OLE color: 5121845.

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

Color convert

RGB533978-
CMYK0.320.5000.69
HSL261.54º33.33%22.94%-
HSV(B)261.54º50%30.59%-
XYZ3.572.767.55-
YUV47.63145.14131.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.18%
GREEN value IS 39 (15.62% from 255) = 22.94%
BLUE value IS 78 (30.86% from 255) = 45.88%
R=31.18%
G=22.94%
B=45.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5339780.320.5000.69261.5433.3322.94
Hex35274E20320451062117
Octal6547116406201054064127
Binary11010110011110011101000001100100100010110000011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35274E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,39,78); }

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

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

 a { background-color: rgb(53,39,78); }

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

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

 span { border-color: rgb(53,39,78); }

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