#35294D

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

Shades of Cherry Pie #35294D

Tints of Cherry Pie #35294D

Color information

#35294D (or 0x35294D) is unknown color: approx Cherry Pie. HEX triplet: 35, 29 and 4D. RGB value is (53,41,77). Sum of RGB (Red+Green+Blue) = 53+41+77=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 77 (30.47% from 255 or 45.03% from 171); Max value from RGB is 77 - color contains mainly: blue. Hex color #35294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35294D is #CAD6B2. Grayscale: #303030. Windows color (decimal): -13293235 or 5056821. OLE color: 5056821.

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

Color convert

RGB534177-
CMYK0.310.4700.70
HSL260º30.51%23.14%-
HSV(B)260º46.75%30.2%-
XYZ3.62.887.39-
YUV48.69143.98131.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.99%
GREEN value IS 41 (16.41% from 255) = 23.98%
BLUE value IS 77 (30.47% from 255) = 45.03%
R=30.99%
G=23.98%
B=45.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5341770.310.4700.7026030.5123.14
Hex35294D1F2F0461041f17
Octal6551115375701064043727
Binary110101101001100110111111101111010001101000001001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35294D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35294D; }

 p { color: rgb(53,41,77); }

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

<style>
 a { background-color: #35294D; }

 a { background-color: rgb(53,41,77); }

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

<style>
 span { border-color: #35294D; }

 span { border-color: rgb(53,41,77); }

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