#362854

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

Shades of Cherry Pie #362854

Tints of Cherry Pie #362854

Color information

#362854 (or 0x362854) is unknown color: approx Cherry Pie. HEX triplet: 36, 28 and 54. RGB value is (54,40,84). Sum of RGB (Red+Green+Blue) = 54+40+84=178 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.34% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 84 (33.20% from 255 or 47.19% from 178); Max value from RGB is 84 - color contains mainly: blue. Hex color #362854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362854 is #C9D7AB. Grayscale: #313131. Windows color (decimal): -13227948 or 5515318. OLE color: 5515318.

HSL color Cylindrical-coordinate representation of color #362854: hue angle of 259.09º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #362854 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB544084-
CMYK0.360.5200.67
HSL259.09º35.48%24.31%-
HSV(B)259.09º52.38%32.94%-
XYZ3.882.948.75-
YUV49.2147.64131.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.34%
GREEN value IS 40 (16.02% from 255) = 22.47%
BLUE value IS 84 (33.20% from 255) = 47.19%
R=30.34%
G=22.47%
B=47.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5440840.360.5200.67259.0935.4824.31
Hex36285424340431032318
Octal6650124446401034034330
Binary11011010100010101001001001101000100001110000001110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362854; }

 p { color: rgb(54,40,84); }

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

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

 a { background-color: rgb(54,40,84); }

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

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

 span { border-color: rgb(54,40,84); }

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