#363453

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

Shades of Cherry Pie #363453

Tints of Cherry Pie #363453

Color information

#363453 (or 0x363453) is unknown color: approx Cherry Pie. HEX triplet: 36, 34 and 53. RGB value is (54,52,83). Sum of RGB (Red+Green+Blue) = 54+52+83=189 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.57% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 83 - color contains mainly: blue. Hex color #363453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363453 is #C9CBAC. Grayscale: #383838. Windows color (decimal): -13224877 or 5452854. OLE color: 5452854.

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

Color convert

RGB545283-
CMYK0.350.3700.67
HSL243.87º22.96%26.47%-
HSV(B)243.87º37.35%32.55%-
XYZ4.313.868.7-
YUV56.13143.16126.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.57%
GREEN value IS 52 (20.70% from 255) = 27.51%
BLUE value IS 83 (32.81% from 255) = 43.92%
R=28.57%
G=27.51%
B=43.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5452830.350.3700.67243.8722.9626.47
Hex3634532325043f4171a
Octal6664123434501033642732
Binary110110110100101001110001110010101000011111101001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363453; }

 p { color: rgb(54,52,83); }

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

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

 a { background-color: rgb(54,52,83); }

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

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

 span { border-color: rgb(54,52,83); }

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