#34284F

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

Shades of Cherry Pie #34284F

Tints of Cherry Pie #34284F

Color information

#34284F (or 0x34284F) is unknown color: approx Cherry Pie. HEX triplet: 34, 28 and 4F. RGB value is (52,40,79). Sum of RGB (Red+Green+Blue) = 52+40+79=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 79 (31.25% from 255 or 46.20% from 171); Max value from RGB is 79 - color contains mainly: blue. Hex color #34284F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34284F is #CBD7B0. Grayscale: #2F2F2F. Windows color (decimal): -13359025 or 5187636. OLE color: 5187636.

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

Color convert

RGB524079-
CMYK0.340.4900.69
HSL258.46º32.77%23.33%-
HSV(B)258.46º49.37%30.98%-
XYZ3.592.817.75-
YUV48.03145.48130.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.41%
GREEN value IS 40 (16.02% from 255) = 23.39%
BLUE value IS 79 (31.25% from 255) = 46.20%
R=30.41%
G=23.39%
B=46.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5240790.340.4900.69258.4632.7723.33
Hex34284F22310451022117
Octal6450117426101054024127
Binary11010010100010011111000101100010100010110000001010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34284F; }

 p { color: rgb(52,40,79); }

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

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

 a { background-color: rgb(52,40,79); }

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

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

 span { border-color: rgb(52,40,79); }

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