Html Css Color HEX #342659 Cherry Pie

📋 copy color: '#342659'

red 52 ◦ green 38 ◦ blue 89

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

Shades of Cherry Pie #342659

Tints of Cherry Pie #342659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 49.72%

R = 29.05%
G = 21.23%
B = 49.72%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#342659 (or 0x342659) is known color: Cherry Pie. HEX triplet: 34, 26 and 59. RGB value is (52,38,89). Sum of RGB (Red+Green+Blue) = 52+38+89=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 89 (35.16% from 255 or 49.72% from 179); Max value from RGB is 89 - color contains mainly: blue. Hex color #342659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342659 is #CBD9A6. Grayscale: #2F2F2F. Windows color (decimal): -13359527 or 5842484. OLE color: 5842484.

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

Color convert

RGB 52 38 89 -
CMYK 0.42 0.57 0 0.65
HSL 256.47º 0.4% 0.25% -
HSV(B) 256.47º 0.57% 0.35% -
XYZ 3.91 2.84 9.79 -
YUV 48 151.14 130.85 -
System Red Green Blue C M Y K H S L
Decimal 52 38 89 0.42 0.57 0 0.65 256.47 0.4 0.25
Hex 34 26 59 2A 39 0 41 100 28 19
Octal 64 46 131 52 71 0 101 400 50 31
Binary 110100 100110 1011001 101010 111001 0 1000001 100000000 101000 11001

Color Harmonies of #342659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342659

Black with #342659

Text Example


Text Example

White with #342659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342659; }

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

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

background-color css

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

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

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

border-color css

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

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

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