Html Css Color HEX #342650 Cherry Pie

📋 copy color: '#342650'

red 52 ◦ green 38 ◦ blue 80

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

Shades of Cherry Pie #342650

Tints of Cherry Pie #342650

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.35%

 BLUE value IS 80 (31.64% from 255) = 47.06%

R = 30.59%
G = 22.35%
B = 47.06%

CMYK

 C value IS 0.35

 M value IS 0.52

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#342650 (or 0x342650) is known color: Cherry Pie. HEX triplet: 34, 26 and 50. RGB value is (52,38,80). Sum of RGB (Red+Green+Blue) = 52+38+80=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 80 (31.64% from 255 or 47.06% from 170); Max value from RGB is 80 - color contains mainly: blue. Hex color #342650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342650 is #CBD9AF. Grayscale: #2E2E2E. Windows color (decimal): -13359536 or 5252660. OLE color: 5252660.

HSL color Cylindrical-coordinate representation of color #342650: hue angle of 260º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #342650 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 38 80 -
CMYK 0.35 0.52 0 0.69
HSL 260º 0.36% 0.23% -
HSV(B) 260º 0.53% 0.31% -
XYZ 3.56 2.7 7.92 -
YUV 46.97 146.64 131.58 -
System Red Green Blue C M Y K H S L
Decimal 52 38 80 0.35 0.52 0 0.69 260 0.36 0.23
Hex 34 26 50 23 34 0 45 104 24 17
Octal 64 46 120 43 64 0 105 404 44 27
Binary 110100 100110 1010000 100011 110100 0 1000101 100000100 100100 10111

Color Harmonies of #342650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342650

Black with #342650

Text Example


Text Example

White with #342650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342650; }

 p { color: rgb(52,38,80); }

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

background-color css

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

 a { background-color: rgb(52,38,80); }

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

border-color css

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

 span { border-color: rgb(52,38,80); }

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