#3A324F

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

Shades of Cherry Pie #3A324F

Tints of Cherry Pie #3A324F

Color information

#3A324F (or 0x3A324F) is unknown color: approx Cherry Pie. HEX triplet: 3A, 32 and 4F. RGB value is (58,50,79). Sum of RGB (Red+Green+Blue) = 58+50+79=187 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.02% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 79 - color contains mainly: blue. Hex color #3A324F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A324F is #C5CDB0. Grayscale: #373737. Windows color (decimal): -12963249 or 5190202. OLE color: 5190202.

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

Color convert

RGB585079-
CMYK0.270.3700.69
HSL256.55º22.48%25.29%-
HSV(B)256.55º36.71%30.98%-
XYZ4.33.757.89-
YUV55.7141.15129.64-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.02%
GREEN value IS 50 (19.92% from 255) = 26.74%
BLUE value IS 79 (31.25% from 255) = 42.25%
R=31.02%
G=26.74%
B=42.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5850790.270.3700.69256.5522.4825.29
Hex3A324F1B250451011619
Octal7262117334501054012631
Binary111010110010100111111011100101010001011000000011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A324F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,50,79); }

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

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

 a { background-color: rgb(58,50,79); }

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

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

 span { border-color: rgb(58,50,79); }

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