Html Css Color HEX #342557 Cherry Pie

📋 copy color: '#342557'

red 52 ◦ green 37 ◦ blue 87

#342557
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cherry Pie #342557

Tints of Cherry Pie #342557

RGB

 RED value IS 52 (20.7% from 255) = 29.55%

 GREEN value IS 37 (14.84% from 255) = 21.02%

 BLUE value IS 87 (34.38% from 255) = 49.43%

R = 29.55%
G = 21.02%
B = 49.43%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#342557 (or 0x342557) is known color: Cherry Pie. HEX triplet: 34, 25 and 57. RGB value is (52,37,87). Sum of RGB (Red+Green+Blue) = 52+37+87=176 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.55% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 87 (34.38% from 255 or 49.43% from 176); Max value from RGB is 87 - color contains mainly: blue. Hex color #342557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342557 is #CBDAA8. Grayscale: #2F2F2F. Windows color (decimal): -13359785 or 5711156. OLE color: 5711156.

HSL color Cylindrical-coordinate representation of color #342557: hue angle of 258º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #342557 is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 52 37 87 -
CMYK 0.40 0.57 0 0.66
HSL 258º 0.4% 0.24% -
HSV(B) 258º 0.57% 0.34% -
XYZ 3.8 2.74 9.35 -
YUV 47.19 150.47 131.43 -
System Red Green Blue C M Y K H S L
Decimal 52 37 87 0.40 0.57 0 0.66 258 0.4 0.24
Hex 34 25 57 28 39 0 42 102 28 18
Octal 64 45 127 50 71 0 102 402 50 30
Binary 110100 100101 1010111 101000 111001 0 1000010 100000010 101000 11000

Color Harmonies of #342557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342557

Black with #342557

Text Example


Text Example

White with #342557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342557; }

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

 H1.HeaderClassName
 {
   color: #342557;
 }
 .AnyTagClassName
 {
   color: #342557;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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