#34304D

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

Shades of Cherry Pie #34304D

Tints of Cherry Pie #34304D

Color information

#34304D (or 0x34304D) is unknown color: approx Cherry Pie. HEX triplet: 34, 30 and 4D. RGB value is (52,48,77). Sum of RGB (Red+Green+Blue) = 52+48+77=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 77 - color contains mainly: blue. Hex color #34304D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34304D is #CBCFB2. Grayscale: #343434. Windows color (decimal): -13356979 or 5058612. OLE color: 5058612.

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

Color convert

RGB524877-
CMYK0.320.3800.70
HSL248.28º23.2%24.51%-
HSV(B)248.28º37.66%30.2%-
XYZ3.813.387.47-
YUV52.5141.83127.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.38%
GREEN value IS 48 (19.14% from 255) = 27.12%
BLUE value IS 77 (30.47% from 255) = 43.50%
R=29.38%
G=27.12%
B=43.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5248770.320.3800.70248.2823.224.51
Hex34304D2026046f81719
Octal6460115404601063702731
Binary110100110000100110110000010011001000110111110001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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