#34284D

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

Shades of Cherry Pie #34284D

Tints of Cherry Pie #34284D

Color information

#34284D (or 0x34284D) is unknown color: approx Cherry Pie. HEX triplet: 34, 28 and 4D. RGB value is (52,40,77). Sum of RGB (Red+Green+Blue) = 52+40+77=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 77 - color contains mainly: blue. Hex color #34284D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34284D is #CBD7B2. Grayscale: #2F2F2F. Windows color (decimal): -13359027 or 5056564. OLE color: 5056564.

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

Color convert

RGB524077-
CMYK0.320.4800.70
HSL259.46º31.62%22.94%-
HSV(B)259.46º48.05%30.2%-
XYZ3.512.787.37-
YUV47.81144.48130.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.77%
GREEN value IS 40 (16.02% from 255) = 23.67%
BLUE value IS 77 (30.47% from 255) = 45.56%
R=30.77%
G=23.67%
B=45.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5240770.320.4800.70259.4631.6222.94
Hex34284D20300461032017
Octal6450115406001064034027
Binary11010010100010011011000001100000100011010000001110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34284D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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