#35294E

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

Shades of Cherry Pie #35294E

Tints of Cherry Pie #35294E

Color information

#35294E (or 0x35294E) is unknown color: approx Cherry Pie. HEX triplet: 35, 29 and 4E. RGB value is (53,41,78). Sum of RGB (Red+Green+Blue) = 53+41+78=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 78 (30.86% from 255 or 45.35% from 172); Max value from RGB is 78 - color contains mainly: blue. Hex color #35294E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35294E is #CAD6B1. Grayscale: #303030. Windows color (decimal): -13293234 or 5122357. OLE color: 5122357.

HSL color Cylindrical-coordinate representation of color #35294E: hue angle of 259.46º 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 #35294E is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB534178-
CMYK0.320.4700.69
HSL259.46º31.09%23.33%-
HSV(B)259.46º47.44%30.59%-
XYZ3.642.897.57-
YUV48.81144.48130.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.81%
GREEN value IS 41 (16.41% from 255) = 23.84%
BLUE value IS 78 (30.86% from 255) = 45.35%
R=30.81%
G=23.84%
B=45.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5341780.320.4700.69259.4631.0923.33
Hex35294E202F0451031f17
Octal6551116405701054033727
Binary1101011010011001110100000101111010001011000000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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