Html Css Color HEX #342553 Cherry Pie

📋 copy color: '#342553'

red 52 ◦ green 37 ◦ blue 83

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

Shades of Cherry Pie #342553

Tints of Cherry Pie #342553

RGB

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

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

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

R = 30.23%
G = 21.51%
B = 48.26%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#342553 (or 0x342553) is known color: Cherry Pie. HEX triplet: 34, 25 and 53. RGB value is (52,37,83). Sum of RGB (Red+Green+Blue) = 52+37+83=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 83 (32.81% from 255 or 48.26% from 172); Max value from RGB is 83 - color contains mainly: blue. Hex color #342553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342553 is #CBDAAC. Grayscale: #2E2E2E. Windows color (decimal): -13359789 or 5449012. OLE color: 5449012.

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

Color convert

RGB 52 37 83 -
CMYK 0.37 0.55 0 0.67
HSL 259.57º 0.38% 0.24% -
HSV(B) 259.57º 0.55% 0.33% -
XYZ 3.64 2.68 8.51 -
YUV 46.73 148.47 131.76 -
System Red Green Blue C M Y K H S L
Decimal 52 37 83 0.37 0.55 0 0.67 259.57 0.38 0.24
Hex 34 25 53 25 37 0 43 104 26 18
Octal 64 45 123 45 67 0 103 404 46 30
Binary 110100 100101 1010011 100101 110111 0 1000011 100000100 100110 11000

Color Harmonies of #342553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342553

Black with #342553

Text Example


Text Example

White with #342553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342553; }

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

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

background-color css

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

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

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

border-color css

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

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

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