#3A3550

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

Shades of Cherry Pie #3A3550

Tints of Cherry Pie #3A3550

Color information

#3A3550 (or 0x3A3550) is unknown color: approx Cherry Pie. HEX triplet: 3A, 35 and 50. RGB value is (58,53,80). Sum of RGB (Red+Green+Blue) = 58+53+80=191 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.37% from 191); Green value is 53 (21.09% from 255 or 27.75% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 80 - color contains mainly: blue. Hex color #3A3550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3550 is #C5CAAF. Grayscale: #393939. Windows color (decimal): -12962480 or 5256506. OLE color: 5256506.

HSL color Cylindrical-coordinate representation of color #3A3550: hue angle of 251.11º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3A3550 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB585380-
CMYK0.280.3400.69
HSL251.11º20.3%26.08%-
HSV(B)251.11º33.75%31.37%-
XYZ4.474.028.13-
YUV57.57140.66128.3-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.37%
GREEN value IS 53 (21.09% from 255) = 27.75%
BLUE value IS 80 (31.64% from 255) = 41.88%
R=30.37%
G=27.75%
B=41.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5853800.280.3400.69251.1120.326.08
Hex3A35501C22045fb141a
Octal7265120344201053732432
Binary11101011010110100001110010001001000101111110111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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