Html Css Color HEX #342C4D Cherry Pie

📋 copy color: '#342C4D'

red 52 ◦ green 44 ◦ blue 77

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

Shades of Cherry Pie #342C4D

Tints of Cherry Pie #342C4D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25.43%

 BLUE value IS 77 (30.47% from 255) = 44.51%

R = 30.06%
G = 25.43%
B = 44.51%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#342C4D (or 0x342C4D) is known color: Cherry Pie. HEX triplet: 34, 2C and 4D. RGB value is (52,44,77). Sum of RGB (Red+Green+Blue) = 52+44+77=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 77 - color contains mainly: blue. Hex color #342C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342C4D is #CBD3B2. Grayscale: #323232. Windows color (decimal): -13358003 or 5057588. OLE color: 5057588.

HSL color Cylindrical-coordinate representation of color #342C4D: hue angle of 254.55º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #342C4D is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 52 44 77 -
CMYK 0.32 0.43 0 0.70
HSL 254.55º 0.27% 0.24% -
HSV(B) 254.55º 0.43% 0.3% -
XYZ 3.66 3.07 7.42 -
YUV 50.15 143.15 129.32 -
System Red Green Blue C M Y K H S L
Decimal 52 44 77 0.32 0.43 0 0.70 254.55 0.27 0.24
Hex 34 2C 4D 20 2B 0 46 FF 1B 18
Octal 64 54 115 40 53 0 106 377 33 30
Binary 110100 101100 1001101 100000 101011 0 1000110 11111111 11011 11000

Color Harmonies of #342C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342C4D

Black with #342C4D

Text Example


Text Example

White with #342C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342C4D; }

 p { color: rgb(52,44,77); }

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

background-color css

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

 a { background-color: rgb(52,44,77); }

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

border-color css

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

 span { border-color: rgb(52,44,77); }

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