#3A3450

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

Shades of Cherry Pie #3A3450

Tints of Cherry Pie #3A3450

Color information

#3A3450 (or 0x3A3450) is unknown color: approx Cherry Pie. HEX triplet: 3A, 34 and 50. RGB value is (58,52,80). Sum of RGB (Red+Green+Blue) = 58+52+80=190 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.53% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 80 - color contains mainly: blue. Hex color #3A3450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3450 is #C5CBAF. Grayscale: #383838. Windows color (decimal): -12962736 or 5256250. OLE color: 5256250.

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

Color convert

RGB585280-
CMYK0.280.3500.69
HSL252.86º21.21%25.88%-
HSV(B)252.86º35%31.37%-
XYZ4.423.938.12-
YUV56.99140.99128.72-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.53%
GREEN value IS 52 (20.70% from 255) = 27.37%
BLUE value IS 80 (31.64% from 255) = 42.11%
R=30.53%
G=27.37%
B=42.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5852800.280.3500.69252.8621.2125.88
Hex3A34501C23045fd151a
Octal7264120344301053752532
Binary11101011010010100001110010001101000101111111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,52,80); }

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

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

 a { background-color: rgb(58,52,80); }

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

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

 span { border-color: rgb(58,52,80); }

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