#3A2B59

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

Shades of Cherry Pie #3A2B59

Tints of Cherry Pie #3A2B59

Color information

#3A2B59 (or 0x3A2B59) is unknown color: approx Cherry Pie. HEX triplet: 3A, 2B and 59. RGB value is (58,43,89). Sum of RGB (Red+Green+Blue) = 58+43+89=190 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.53% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #3A2B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2B59 is #C5D4A6. Grayscale: #343434. Windows color (decimal): -12965031 or 5843770. OLE color: 5843770.

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

Color convert

RGB584389-
CMYK0.350.5200.65
HSL259.57º34.85%25.88%-
HSV(B)259.57º51.69%34.9%-
XYZ4.413.359.86-
YUV52.73148.47131.76-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.53%
GREEN value IS 43 (17.19% from 255) = 22.63%
BLUE value IS 89 (35.16% from 255) = 46.84%
R=30.53%
G=22.63%
B=46.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5843890.350.5200.65259.5734.8525.88
Hex3A2B592334041104231a
Octal7253131436401014044332
Binary11101010101110110011000111101000100000110000010010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,43,89); }

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

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

 a { background-color: rgb(58,43,89); }

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

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

 span { border-color: rgb(58,43,89); }

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