#34314E

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

Shades of Cherry Pie #34314E

Tints of Cherry Pie #34314E

Color information

#34314E (or 0x34314E) is unknown color: approx Cherry Pie. HEX triplet: 34, 31 and 4E. RGB value is (52,49,78). Sum of RGB (Red+Green+Blue) = 52+49+78=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 78 (30.86% from 255 or 43.58% from 179); Max value from RGB is 78 - color contains mainly: blue. Hex color #34314E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34314E is #CBCEB1. Grayscale: #353535. Windows color (decimal): -13356722 or 5124404. OLE color: 5124404.

HSL color Cylindrical-coordinate representation of color #34314E: hue angle of 246.21º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #34314E is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB524978-
CMYK0.330.3700.69
HSL246.21º22.83%24.9%-
HSV(B)246.21º37.18%30.59%-
XYZ3.893.487.67-
YUV53.2141.99127.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.05%
GREEN value IS 49 (19.53% from 255) = 27.37%
BLUE value IS 78 (30.86% from 255) = 43.58%
R=29.05%
G=27.37%
B=43.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5249780.330.3700.69246.2122.8324.9
Hex34314E2125045f61719
Octal6461116414501053662731
Binary110100110001100111010000110010101000101111101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34314E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34314E; }

 p { color: rgb(52,49,78); }

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

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

 a { background-color: rgb(52,49,78); }

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

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

 span { border-color: rgb(52,49,78); }

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