#342750

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

Shades of Cherry Pie #342750

Tints of Cherry Pie #342750

Color information

#342750 (or 0x342750) is unknown color: approx Cherry Pie. HEX triplet: 34, 27 and 50. RGB value is (52,39,80). Sum of RGB (Red+Green+Blue) = 52+39+80=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 39 (15.62% from 255 or 22.81% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 80 - color contains mainly: blue. Hex color #342750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342750 is #CBD8AF. Grayscale: #2F2F2F. Windows color (decimal): -13359280 or 5252916. OLE color: 5252916.

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

Color convert

RGB523980-
CMYK0.350.5100.69
HSL259.02º34.45%23.33%-
HSV(B)259.02º51.25%31.37%-
XYZ3.592.767.93-
YUV47.56146.31131.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.41%
GREEN value IS 39 (15.62% from 255) = 22.81%
BLUE value IS 80 (31.64% from 255) = 46.78%
R=30.41%
G=22.81%
B=46.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5239800.350.5100.69259.0234.4523.33
Hex34275023330451032217
Octal6447120436301054034227
Binary11010010011110100001000111100110100010110000001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342750; }

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

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

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

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

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

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

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

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