Html Css Color HEX #342856 Cherry Pie

📋 copy color: '#342856'

red 52 ◦ green 40 ◦ blue 86

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

Shades of Cherry Pie #342856

Tints of Cherry Pie #342856

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.47%

 BLUE value IS 86 (33.98% from 255) = 48.31%

R = 29.21%
G = 22.47%
B = 48.31%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#342856 (or 0x342856) is known color: Cherry Pie. HEX triplet: 34, 28 and 56. RGB value is (52,40,86). Sum of RGB (Red+Green+Blue) = 52+40+86=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 86 (33.98% from 255 or 48.31% from 178); Max value from RGB is 86 - color contains mainly: blue. Hex color #342856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342856 is #CBD7A9. Grayscale: #303030. Windows color (decimal): -13359018 or 5646388. OLE color: 5646388.

HSL color Cylindrical-coordinate representation of color #342856: hue angle of 255.65º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #342856 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 52 40 86 -
CMYK 0.40 0.53 0 0.66
HSL 255.65º 0.37% 0.25% -
HSV(B) 255.65º 0.53% 0.34% -
XYZ 3.85 2.92 9.16 -
YUV 48.83 148.98 130.26 -
System Red Green Blue C M Y K H S L
Decimal 52 40 86 0.40 0.53 0 0.66 255.65 0.37 0.25
Hex 34 28 56 28 35 0 42 100 25 19
Octal 64 50 126 50 65 0 102 400 45 31
Binary 110100 101000 1010110 101000 110101 0 1000010 100000000 100101 11001

Color Harmonies of #342856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342856

Black with #342856

Text Example


Text Example

White with #342856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342856; }

 p { color: rgb(52,40,86); }

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

background-color css

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

 a { background-color: rgb(52,40,86); }

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

border-color css

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

 span { border-color: rgb(52,40,86); }

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