Html Css Color HEX #342953 Cherry Pie

📋 copy color: '#342953'

red 52 ◦ green 41 ◦ blue 83

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

Shades of Cherry Pie #342953

Tints of Cherry Pie #342953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 47.16%

R = 29.55%
G = 23.3%
B = 47.16%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#342953 (or 0x342953) is known color: Cherry Pie. HEX triplet: 34, 29 and 53. RGB value is (52,41,83). Sum of RGB (Red+Green+Blue) = 52+41+83=176 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.55% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 83 (32.81% from 255 or 47.16% from 176); Max value from RGB is 83 - color contains mainly: blue. Hex color #342953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342953 is #CBD6AC. Grayscale: #303030. Windows color (decimal): -13358765 or 5450036. OLE color: 5450036.

HSL color Cylindrical-coordinate representation of color #342953: hue angle of 255.71º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #342953 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 41 83 -
CMYK 0.37 0.51 0 0.67
HSL 255.71º 0.34% 0.24% -
HSV(B) 255.71º 0.51% 0.33% -
XYZ 3.77 2.94 8.55 -
YUV 49.08 147.14 130.08 -
System Red Green Blue C M Y K H S L
Decimal 52 41 83 0.37 0.51 0 0.67 255.71 0.34 0.24
Hex 34 29 53 25 33 0 43 100 22 18
Octal 64 51 123 45 63 0 103 400 42 30
Binary 110100 101001 1010011 100101 110011 0 1000011 100000000 100010 11000

Color Harmonies of #342953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342953

Black with #342953

Text Example


Text Example

White with #342953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342953; }

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

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

background-color css

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

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

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

border-color css

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

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

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