#3A2A56

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

Shades of Cherry Pie #3A2A56

Tints of Cherry Pie #3A2A56

Color information

#3A2A56 (or 0x3A2A56) is unknown color: approx Cherry Pie. HEX triplet: 3A, 2A and 56. RGB value is (58,42,86). Sum of RGB (Red+Green+Blue) = 58+42+86=186 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.18% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 86 (33.98% from 255 or 46.24% from 186); Max value from RGB is 86 - color contains mainly: blue. Hex color #3A2A56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2A56 is #C5D5A9. Grayscale: #333333. Windows color (decimal): -12965290 or 5646906. OLE color: 5646906.

HSL color Cylindrical-coordinate representation of color #3A2A56: hue angle of 261.82º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A2A56 is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB584286-
CMYK0.330.5100.66
HSL261.82º34.38%25.1%-
HSV(B)261.82º51.16%33.73%-
XYZ4.253.239.2-
YUV51.8147.3132.42-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.18%
GREEN value IS 42 (16.80% from 255) = 22.58%
BLUE value IS 86 (33.98% from 255) = 46.24%
R=31.18%
G=22.58%
B=46.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5842860.330.5100.66261.8234.3825.1
Hex3A2A5621330421062219
Octal7252126416301024064231
Binary11101010101010101101000011100110100001010000011010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,42,86); }

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

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

 a { background-color: rgb(58,42,86); }

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

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

 span { border-color: rgb(58,42,86); }

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