#342850

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

Shades of Cherry Pie #342850

Tints of Cherry Pie #342850

Color information

#342850 (or 0x342850) is unknown color: approx Cherry Pie. HEX triplet: 34, 28 and 50. RGB value is (52,40,80). Sum of RGB (Red+Green+Blue) = 52+40+80=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 80 - color contains mainly: blue. Hex color #342850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342850 is #CBD7AF. Grayscale: #303030. Windows color (decimal): -13359024 or 5253172. OLE color: 5253172.

HSL color Cylindrical-coordinate representation of color #342850: hue angle of 258º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #342850 is Cyan = 0.35, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB524080-
CMYK0.350.500.69
HSL258º33.33%23.53%-
HSV(B)258º50%31.37%-
XYZ3.622.837.94-
YUV48.15145.98130.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.23%
GREEN value IS 40 (16.02% from 255) = 23.26%
BLUE value IS 80 (31.64% from 255) = 46.51%
R=30.23%
G=23.26%
B=46.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5240800.350.500.6925833.3323.53
Hex34285023320451022118
Octal6450120436201054024130
Binary11010010100010100001000111100100100010110000001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342850; }

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

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

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

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

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

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

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

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