#3A3355

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

Shades of Cherry Pie #3A3355

Tints of Cherry Pie #3A3355

Color information

#3A3355 (or 0x3A3355) is unknown color: approx Cherry Pie. HEX triplet: 3A, 33 and 55. RGB value is (58,51,85). Sum of RGB (Red+Green+Blue) = 58+51+85=194 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.90% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 85 - color contains mainly: blue. Hex color #3A3355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3355 is #C5CCAA. Grayscale: #383838. Windows color (decimal): -12962987 or 5583674. OLE color: 5583674.

HSL color Cylindrical-coordinate representation of color #3A3355: hue angle of 252.35º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A3355 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB585185-
CMYK0.320.4000.67
HSL252.35º25%26.67%-
HSV(B)252.35º40%33.33%-
XYZ4.573.929.11-
YUV56.97143.82128.74-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.90%
GREEN value IS 51 (20.31% from 255) = 26.29%
BLUE value IS 85 (33.59% from 255) = 43.81%
R=29.90%
G=26.29%
B=43.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5851850.320.4000.67252.352526.67
Hex3A33552028043fc191b
Octal7263125405001033743133
Binary111010110011101010110000010100001000011111111001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,51,85); }

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

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

 a { background-color: rgb(58,51,85); }

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

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

 span { border-color: rgb(58,51,85); }

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