#3A3551

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

Shades of Cherry Pie #3A3551

Tints of Cherry Pie #3A3551

Color information

#3A3551 (or 0x3A3551) is unknown color: approx Cherry Pie. HEX triplet: 3A, 35 and 51. RGB value is (58,53,81). Sum of RGB (Red+Green+Blue) = 58+53+81=192 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.21% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 81 (32.03% from 255 or 42.19% from 192); Max value from RGB is 81 - color contains mainly: blue. Hex color #3A3551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3551 is #C5CAAE. Grayscale: #393939. Windows color (decimal): -12962479 or 5322042. OLE color: 5322042.

HSL color Cylindrical-coordinate representation of color #3A3551: hue angle of 250.71º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3A3551 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB585381-
CMYK0.280.3500.68
HSL250.71º20.9%26.27%-
HSV(B)250.71º34.57%31.76%-
XYZ4.54.048.33-
YUV57.69141.16128.22-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.21%
GREEN value IS 53 (21.09% from 255) = 27.60%
BLUE value IS 81 (32.03% from 255) = 42.19%
R=30.21%
G=27.60%
B=42.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5853810.280.3500.68250.7120.926.27
Hex3A35511C23044fb151a
Octal7265121344301043732532
Binary11101011010110100011110010001101000100111110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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