Html Css Color HEX #343050 Cherry Pie

📋 copy color: '#343050'

red 52 ◦ green 48 ◦ blue 80

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

Shades of Cherry Pie #343050

Tints of Cherry Pie #343050

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.67%

 BLUE value IS 80 (31.64% from 255) = 44.44%

R = 28.89%
G = 26.67%
B = 44.44%

CMYK

 C value IS 0.35

 M value IS 0.40

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#343050 (or 0x343050) is known color: Cherry Pie. HEX triplet: 34, 30 and 50. RGB value is (52,48,80). Sum of RGB (Red+Green+Blue) = 52+48+80=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 48 (19.14% from 255 or 26.67% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 80 - color contains mainly: blue. Hex color #343050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343050 is #CBCFAF. Grayscale: #343434. Windows color (decimal): -13356976 or 5255220. OLE color: 5255220.

HSL color Cylindrical-coordinate representation of color #343050: hue angle of 247.5º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #343050 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 48 80 -
CMYK 0.35 0.40 0 0.69
HSL 247.5º 0.25% 0.25% -
HSV(B) 247.5º 0.4% 0.31% -
XYZ 3.92 3.42 8.04 -
YUV 52.84 143.33 127.4 -
System Red Green Blue C M Y K H S L
Decimal 52 48 80 0.35 0.40 0 0.69 247.5 0.25 0.25
Hex 34 30 50 23 28 0 45 F8 19 19
Octal 64 60 120 43 50 0 105 370 31 31
Binary 110100 110000 1010000 100011 101000 0 1000101 11111000 11001 11001

Color Harmonies of #343050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343050

Black with #343050

Text Example


Text Example

White with #343050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343050; }

 p { color: rgb(52,48,80); }

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

background-color css

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

 a { background-color: rgb(52,48,80); }

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

border-color css

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

 span { border-color: rgb(52,48,80); }

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