Html Css Color HEX #322755 Cherry Pie

📋 copy color: '#322755'

red 50 ◦ green 39 ◦ blue 85

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

Shades of Cherry Pie #322755

Tints of Cherry Pie #322755

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.41%

 BLUE value IS 85 (33.59% from 255) = 48.85%

R = 28.74%
G = 22.41%
B = 48.85%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#322755 (or 0x322755) is known color: Cherry Pie. HEX triplet: 32, 27 and 55. RGB value is (50,39,85). Sum of RGB (Red+Green+Blue) = 50+39+85=174 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.74% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 85 - color contains mainly: blue. Hex color #322755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322755 is #CDD8AA. Grayscale: #2F2F2F. Windows color (decimal): -13490347 or 5580594. OLE color: 5580594.

HSL color Cylindrical-coordinate representation of color #322755: hue angle of 254.35º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #322755 is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 39 85 -
CMYK 0.41 0.54 0 0.67
HSL 254.35º 0.37% 0.24% -
HSV(B) 254.35º 0.54% 0.33% -
XYZ 3.68 2.79 8.94 -
YUV 47.53 149.14 129.76 -
System Red Green Blue C M Y K H S L
Decimal 50 39 85 0.41 0.54 0 0.67 254.35 0.37 0.24
Hex 32 27 55 29 36 0 43 FE 25 18
Octal 62 47 125 51 66 0 103 376 45 30
Binary 110010 100111 1010101 101001 110110 0 1000011 11111110 100101 11000

Color Harmonies of #322755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322755

Black with #322755

Text Example


Text Example

White with #322755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322755; }

 p { color: rgb(50,39,85); }

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

background-color css

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

 a { background-color: rgb(50,39,85); }

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

border-color css

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

 span { border-color: rgb(50,39,85); }

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