#342A53

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

Shades of Cherry Pie #342A53

Tints of Cherry Pie #342A53

Color information

#342A53 (or 0x342A53) is unknown color: approx Cherry Pie. HEX triplet: 34, 2A and 53. RGB value is (52,42,83). Sum of RGB (Red+Green+Blue) = 52+42+83=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 42 (16.80% from 255 or 23.73% from 177); Blue value is 83 (32.81% from 255 or 46.89% from 177); Max value from RGB is 83 - color contains mainly: blue. Hex color #342A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342A53 is #CBD5AC. Grayscale: #313131. Windows color (decimal): -13358509 or 5450292. OLE color: 5450292.

HSL color Cylindrical-coordinate representation of color #342A53: hue angle of 254.63º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #342A53 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB524283-
CMYK0.370.4900.67
HSL254.63º32.8%24.51%-
HSV(B)254.63º49.4%32.55%-
XYZ3.813.018.56-
YUV49.66146.81129.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.38%
GREEN value IS 42 (16.80% from 255) = 23.73%
BLUE value IS 83 (32.81% from 255) = 46.89%
R=29.38%
G=23.73%
B=46.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5242830.370.4900.67254.6332.824.51
Hex342A532531043ff2119
Octal6452123456101033774131
Binary1101001010101010011100101110001010000111111111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342A53; }

 p { color: rgb(52,42,83); }

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

<style>
 a { background-color: #342A53; }

 a { background-color: rgb(52,42,83); }

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

<style>
 span { border-color: #342A53; }

 span { border-color: rgb(52,42,83); }

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