Html Css Color HEX #322256 Cherry Pie

📋 copy color: '#322256'

red 50 ◦ green 34 ◦ blue 86

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

Shades of Cherry Pie #322256

Tints of Cherry Pie #322256

RGB

 RED value IS 50 (19.92% from 255) = 29.41%

 GREEN value IS 34 (13.67% from 255) = 20%

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

R = 29.41%
G = 20%
B = 50.59%

CMYK

 C value IS 0.42

 M value IS 0.60

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#322256 (or 0x322256) is known color: Cherry Pie. HEX triplet: 32, 22 and 56. RGB value is (50,34,86). Sum of RGB (Red+Green+Blue) = 50+34+86=170 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.41% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 86 (33.98% from 255 or 50.59% from 170); Max value from RGB is 86 - color contains mainly: blue. Hex color #322256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322256 is #CDDDA9. Grayscale: #2C2C2C. Windows color (decimal): -13491626 or 5644850. OLE color: 5644850.

HSL color Cylindrical-coordinate representation of color #322256: hue angle of 258.46º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #322256 is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 50 34 86 -
CMYK 0.42 0.60 0 0.66
HSL 258.46º 0.43% 0.24% -
HSV(B) 258.46º 0.6% 0.34% -
XYZ 3.57 2.49 9.1 -
YUV 44.71 151.3 131.77 -
System Red Green Blue C M Y K H S L
Decimal 50 34 86 0.42 0.60 0 0.66 258.46 0.43 0.24
Hex 32 22 56 2A 3C 0 42 102 2B 18
Octal 62 42 126 52 74 0 102 402 53 30
Binary 110010 100010 1010110 101010 111100 0 1000010 100000010 101011 11000

Color Harmonies of #322256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322256

Black with #322256

Text Example


Text Example

White with #322256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322256; }

 p { color: rgb(50,34,86); }

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

background-color css

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

 a { background-color: rgb(50,34,86); }

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

border-color css

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

 span { border-color: rgb(50,34,86); }

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