#342558

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

Shades of Cherry Pie #342558

Tints of Cherry Pie #342558

Color information

#342558 (or 0x342558) is unknown color: approx Cherry Pie. HEX triplet: 34, 25 and 58. RGB value is (52,37,88). Sum of RGB (Red+Green+Blue) = 52+37+88=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #342558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342558 is #CBDAA7. Grayscale: #2F2F2F. Windows color (decimal): -13359784 or 5776692. OLE color: 5776692.

HSL color Cylindrical-coordinate representation of color #342558: hue angle of 257.65º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #342558 is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB523788-
CMYK0.410.5800.65
HSL257.65º40.8%24.51%-
HSV(B)257.65º57.95%34.51%-
XYZ3.842.769.56-
YUV47.3150.97131.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.38%
GREEN value IS 37 (14.84% from 255) = 20.90%
BLUE value IS 88 (34.77% from 255) = 49.72%
R=29.38%
G=20.90%
B=49.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5237880.410.5800.65257.6540.824.51
Hex342558293A0411022919
Octal6445130517201014025131
Binary11010010010110110001010011110100100000110000001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342558; }

 p { color: rgb(52,37,88); }

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

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

 a { background-color: rgb(52,37,88); }

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

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

 span { border-color: rgb(52,37,88); }

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