#34294D

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

Shades of Cherry Pie #34294D

Tints of Cherry Pie #34294D

Color information

#34294D (or 0x34294D) is unknown color: approx Cherry Pie. HEX triplet: 34, 29 and 4D. RGB value is (52,41,77). Sum of RGB (Red+Green+Blue) = 52+41+77=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 77 (30.47% from 255 or 45.29% from 170); Max value from RGB is 77 - color contains mainly: blue. Hex color #34294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34294D is #CBD6B2. Grayscale: #303030. Windows color (decimal): -13358771 or 5056820. OLE color: 5056820.

HSL color Cylindrical-coordinate representation of color #34294D: hue angle of 258.33º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #34294D is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB524177-
CMYK0.320.4700.70
HSL258.33º30.51%23.14%-
HSV(B)258.33º46.75%30.2%-
XYZ3.552.857.38-
YUV48.39144.14130.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.59%
GREEN value IS 41 (16.41% from 255) = 24.12%
BLUE value IS 77 (30.47% from 255) = 45.29%
R=30.59%
G=24.12%
B=45.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5241770.320.4700.70258.3330.5123.14
Hex34294D202F0461021f17
Octal6451115405701064023727
Binary1101001010011001101100000101111010001101000000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34294D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34294D; }

 p { color: rgb(52,41,77); }

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

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

 a { background-color: rgb(52,41,77); }

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

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

 span { border-color: rgb(52,41,77); }

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