#3A3554

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

Shades of Cherry Pie #3A3554

Tints of Cherry Pie #3A3554

Color information

#3A3554 (or 0x3A3554) is unknown color: approx Cherry Pie. HEX triplet: 3A, 35 and 54. RGB value is (58,53,84). Sum of RGB (Red+Green+Blue) = 58+53+84=195 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.74% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 84 - color contains mainly: blue. Hex color #3A3554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3554 is #C5CAAB. Grayscale: #393939. Windows color (decimal): -12962476 or 5518650. OLE color: 5518650.

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

Color convert

RGB585384-
CMYK0.310.3700.67
HSL249.68º22.63%26.86%-
HSV(B)249.68º36.9%32.94%-
XYZ4.624.098.93-
YUV58.03142.66127.98-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.74%
GREEN value IS 53 (21.09% from 255) = 27.18%
BLUE value IS 84 (33.20% from 255) = 43.08%
R=29.74%
G=27.18%
B=43.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5853840.310.3700.67249.6822.6326.86
Hex3A35541F25043fa171b
Octal7265124374501033722733
Binary11101011010110101001111110010101000011111110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A3554; }

 p { color: rgb(58,53,84); }

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

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

 a { background-color: rgb(58,53,84); }

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

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

 span { border-color: rgb(58,53,84); }

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