Html Css Color HEX #342C53 Cherry Pie

📋 copy color: '#342C53'

red 52 ◦ green 44 ◦ blue 83

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

Shades of Cherry Pie #342C53

Tints of Cherry Pie #342C53

RGB

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

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

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

R = 29.05%
G = 24.58%
B = 46.37%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#342C53 (or 0x342C53) is known color: Cherry Pie. HEX triplet: 34, 2C and 53. RGB value is (52,44,83). Sum of RGB (Red+Green+Blue) = 52+44+83=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 44 (17.58% from 255 or 24.58% from 179); Blue value is 83 (32.81% from 255 or 46.37% from 179); Max value from RGB is 83 - color contains mainly: blue. Hex color #342C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342C53 is #CBD3AC. Grayscale: #323232. Windows color (decimal): -13357997 or 5450804. OLE color: 5450804.

HSL color Cylindrical-coordinate representation of color #342C53: hue angle of 252.31º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #342C53 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 44 83 -
CMYK 0.37 0.47 0 0.67
HSL 252.31º 0.31% 0.25% -
HSV(B) 252.31º 0.47% 0.33% -
XYZ 3.88 3.16 8.59 -
YUV 50.84 146.15 128.83 -
System Red Green Blue C M Y K H S L
Decimal 52 44 83 0.37 0.47 0 0.67 252.31 0.31 0.25
Hex 34 2C 53 25 2F 0 43 FC 1F 19
Octal 64 54 123 45 57 0 103 374 37 31
Binary 110100 101100 1010011 100101 101111 0 1000011 11111100 11111 11001

Color Harmonies of #342C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342C53

Black with #342C53

Text Example


Text Example

White with #342C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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