#35284e

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

Shades of Cherry Pie #35284E

Tints of Cherry Pie #35284E

Color information

#35284E (or 0x35284E) is unknown color: approx Cherry Pie. HEX triplet: 35, 28 and 4E. RGB value is (53,40,78). Sum of RGB (Red+Green+Blue) = 53+40+78=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 78 (30.86% from 255 or 45.61% from 171); Max value from RGB is 78 - color contains mainly: blue. Hex color #35284E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35284E is #CAD7B1. Grayscale: #303030. Windows color (decimal): -13293490 or 5122101. OLE color: 5122101.

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

Color convert

RGB534078-
CMYK0.320.4900.69
HSL260.53º32.2%23.14%-
HSV(B)260.53º48.72%30.59%-
XYZ3.62.827.56-
YUV48.22144.81131.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.99%
GREEN value IS 40 (16.02% from 255) = 23.39%
BLUE value IS 78 (30.86% from 255) = 45.61%
R=30.99%
G=23.39%
B=45.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5340780.320.4900.69260.5332.223.14
Hex35284E20310451052017
Octal6550116406101054054027
Binary11010110100010011101000001100010100010110000010110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35284e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35284e; }

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

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

<style>
 a { background-color: #35284e; }

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

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

<style>
 span { border-color: #35284e; }

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

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