Html Css Color HEX #342C52 Cherry Pie

📋 copy color: '#342C52'

red 52 ◦ green 44 ◦ blue 82

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

Shades of Cherry Pie #342C52

Tints of Cherry Pie #342C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 46.07%

R = 29.21%
G = 24.72%
B = 46.07%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#342C52 (or 0x342C52) is known color: Cherry Pie. HEX triplet: 34, 2C and 52. RGB value is (52,44,82). Sum of RGB (Red+Green+Blue) = 52+44+82=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 44 (17.58% from 255 or 24.72% from 178); Blue value is 82 (32.42% from 255 or 46.07% from 178); Max value from RGB is 82 - color contains mainly: blue. Hex color #342C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342C52 is #CBD3AD. Grayscale: #323232. Windows color (decimal): -13357998 or 5385268. OLE color: 5385268.

HSL color Cylindrical-coordinate representation of color #342C52: hue angle of 252.63º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #342C52 is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 52 44 82 -
CMYK 0.37 0.46 0 0.68
HSL 252.63º 0.3% 0.25% -
HSV(B) 252.63º 0.46% 0.32% -
XYZ 3.84 3.14 8.39 -
YUV 50.72 145.65 128.91 -
System Red Green Blue C M Y K H S L
Decimal 52 44 82 0.37 0.46 0 0.68 252.63 0.3 0.25
Hex 34 2C 52 25 2E 0 44 FD 1E 19
Octal 64 54 122 45 56 0 104 375 36 31
Binary 110100 101100 1010010 100101 101110 0 1000100 11111101 11110 11001

Color Harmonies of #342C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342C52

Black with #342C52

Text Example


Text Example

White with #342C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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