Html Css Color HEX #322552 Cherry Pie

📋 copy color: '#322552'

red 50 ◦ green 37 ◦ blue 82

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

Shades of Cherry Pie #322552

Tints of Cherry Pie #322552

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.89%

 BLUE value IS 82 (32.42% from 255) = 48.52%

R = 29.59%
G = 21.89%
B = 48.52%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#322552 (or 0x322552) is known color: Cherry Pie. HEX triplet: 32, 25 and 52. RGB value is (50,37,82). Sum of RGB (Red+Green+Blue) = 50+37+82=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 82 (32.42% from 255 or 48.52% from 169); Max value from RGB is 82 - color contains mainly: blue. Hex color #322552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322552 is #CDDAAD. Grayscale: #2D2D2D. Windows color (decimal): -13490862 or 5383474. OLE color: 5383474.

HSL color Cylindrical-coordinate representation of color #322552: hue angle of 257.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #322552 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 50 37 82 -
CMYK 0.39 0.55 0 0.68
HSL 257.33º 0.38% 0.23% -
HSV(B) 257.33º 0.55% 0.32% -
XYZ 3.5 2.61 8.3 -
YUV 46.02 148.31 130.84 -
System Red Green Blue C M Y K H S L
Decimal 50 37 82 0.39 0.55 0 0.68 257.33 0.38 0.23
Hex 32 25 52 27 37 0 44 101 26 17
Octal 62 45 122 47 67 0 104 401 46 27
Binary 110010 100101 1010010 100111 110111 0 1000100 100000001 100110 10111

Color Harmonies of #322552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322552

Black with #322552

Text Example


Text Example

White with #322552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322552; }

 p { color: rgb(50,37,82); }

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

background-color css

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

 a { background-color: rgb(50,37,82); }

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

border-color css

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

 span { border-color: rgb(50,37,82); }

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