#342657

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

Shades of Cherry Pie #342657

Tints of Cherry Pie #342657

Color information

#342657 (or 0x342657) is unknown color: approx Cherry Pie. HEX triplet: 34, 26 and 57. RGB value is (52,38,87). Sum of RGB (Red+Green+Blue) = 52+38+87=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 87 - color contains mainly: blue. Hex color #342657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342657 is #CBD9A8. Grayscale: #2F2F2F. Windows color (decimal): -13359529 or 5711412. OLE color: 5711412.

HSL color Cylindrical-coordinate representation of color #342657: hue angle of 257.14º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #342657 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB523887-
CMYK0.400.5600.66
HSL257.14º39.2%24.51%-
HSV(B)257.14º56.32%34.12%-
XYZ3.832.89.36-
YUV47.77150.14131.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.38%
GREEN value IS 38 (15.23% from 255) = 21.47%
BLUE value IS 87 (34.38% from 255) = 49.15%
R=29.38%
G=21.47%
B=49.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5238870.400.5600.66257.1439.224.51
Hex34265728380421012719
Octal6446127507001024014731
Binary11010010011010101111010001110000100001010000000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342657; }

 p { color: rgb(52,38,87); }

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

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

 a { background-color: rgb(52,38,87); }

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

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

 span { border-color: rgb(52,38,87); }

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