#343054

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

Shades of Cherry Pie #343054

Tints of Cherry Pie #343054

Color information

#343054 (or 0x343054) is unknown color: approx Cherry Pie. HEX triplet: 34, 30 and 54. RGB value is (52,48,84). Sum of RGB (Red+Green+Blue) = 52+48+84=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 84 (33.20% from 255 or 45.65% from 184); Max value from RGB is 84 - color contains mainly: blue. Hex color #343054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343054 is #CBCFAB. Grayscale: #353535. Windows color (decimal): -13356972 or 5517364. OLE color: 5517364.

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

Color convert

RGB524884-
CMYK0.380.4300.67
HSL246.67º27.27%25.88%-
HSV(B)246.67º42.86%32.94%-
XYZ4.073.488.85-
YUV53.3145.33127.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.26%
GREEN value IS 48 (19.14% from 255) = 26.09%
BLUE value IS 84 (33.20% from 255) = 45.65%
R=28.26%
G=26.09%
B=45.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5248840.380.4300.67246.6727.2725.88
Hex343054262B043f71b1a
Octal6460124465301033673332
Binary110100110000101010010011010101101000011111101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343054; }

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

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

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

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

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

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

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

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