#3A3454

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

Shades of Cherry Pie #3A3454

Tints of Cherry Pie #3A3454

Color information

#3A3454 (or 0x3A3454) is unknown color: approx Cherry Pie. HEX triplet: 3A, 34 and 54. RGB value is (58,52,84). Sum of RGB (Red+Green+Blue) = 58+52+84=194 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.90% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 84 (33.20% from 255 or 43.30% from 194); Max value from RGB is 84 - color contains mainly: blue. Hex color #3A3454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3454 is #C5CBAB. Grayscale: #393939. Windows color (decimal): -12962732 or 5518394. OLE color: 5518394.

HSL color Cylindrical-coordinate representation of color #3A3454: hue angle of 251.25º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A3454 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB585284-
CMYK0.310.3800.67
HSL251.25º23.53%26.67%-
HSV(B)251.25º38.1%32.94%-
XYZ4.5748.92-
YUV57.44142.99128.4-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.90%
GREEN value IS 52 (20.70% from 255) = 26.80%
BLUE value IS 84 (33.20% from 255) = 43.30%
R=29.90%
G=26.80%
B=43.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5852840.310.3800.67251.2523.5326.67
Hex3A34541F26043fb181b
Octal7264124374601033733033
Binary11101011010010101001111110011001000011111110111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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