Html Css Color HEX #342951 Cherry Pie

📋 copy color: '#342951'

red 52 ◦ green 41 ◦ blue 81

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

Shades of Cherry Pie #342951

Tints of Cherry Pie #342951

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.56%

 BLUE value IS 81 (32.03% from 255) = 46.55%

R = 29.89%
G = 23.56%
B = 46.55%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#342951 (or 0x342951) is known color: Cherry Pie. HEX triplet: 34, 29 and 51. RGB value is (52,41,81). Sum of RGB (Red+Green+Blue) = 52+41+81=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 81 (32.03% from 255 or 46.55% from 174); Max value from RGB is 81 - color contains mainly: blue. Hex color #342951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342951 is #CBD6AE. Grayscale: #303030. Windows color (decimal): -13358767 or 5318964. OLE color: 5318964.

HSL color Cylindrical-coordinate representation of color #342951: hue angle of 256.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #342951 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 52 41 81 -
CMYK 0.36 0.49 0 0.68
HSL 256.5º 0.33% 0.24% -
HSV(B) 256.5º 0.49% 0.32% -
XYZ 3.69 2.91 8.15 -
YUV 48.85 146.14 130.25 -
System Red Green Blue C M Y K H S L
Decimal 52 41 81 0.36 0.49 0 0.68 256.5 0.33 0.24
Hex 34 29 51 24 31 0 44 100 21 18
Octal 64 51 121 44 61 0 104 400 41 30
Binary 110100 101001 1010001 100100 110001 0 1000100 100000000 100001 11000

Color Harmonies of #342951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342951

Black with #342951

Text Example


Text Example

White with #342951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342951; }

 p { color: rgb(52,41,81); }

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

background-color css

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

 a { background-color: rgb(52,41,81); }

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

border-color css

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

 span { border-color: rgb(52,41,81); }

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