Html Css Color HEX #322A50 Cherry Pie

📋 copy color: '#322A50'

red 50 ◦ green 42 ◦ blue 80

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

Shades of Cherry Pie #322A50

Tints of Cherry Pie #322A50

RGB

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

 GREEN value IS 42 (16.8% from 255) = 24.42%

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

R = 29.07%
G = 24.42%
B = 46.51%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#322A50 (or 0x322A50) is known color: Cherry Pie. HEX triplet: 32, 2A and 50. RGB value is (50,42,80). Sum of RGB (Red+Green+Blue) = 50+42+80=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 80 - color contains mainly: blue. Hex color #322A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322A50 is #CDD5AF. Grayscale: #303030. Windows color (decimal): -13489584 or 5253682. OLE color: 5253682.

HSL color Cylindrical-coordinate representation of color #322A50: hue angle of 252.63º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #322A50 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 50 42 80 -
CMYK 0.37 0.48 0 0.69
HSL 252.63º 0.31% 0.24% -
HSV(B) 252.63º 0.48% 0.31% -
XYZ 3.59 2.91 7.96 -
YUV 48.72 145.65 128.91 -
System Red Green Blue C M Y K H S L
Decimal 50 42 80 0.37 0.48 0 0.69 252.63 0.31 0.24
Hex 32 2A 50 25 30 0 45 FD 1F 18
Octal 62 52 120 45 60 0 105 375 37 30
Binary 110010 101010 1010000 100101 110000 0 1000101 11111101 11111 11000

Color Harmonies of #322A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322A50

Black with #322A50

Text Example


Text Example

White with #322A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322A50; }

 p { color: rgb(50,42,80); }

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

background-color css

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

 a { background-color: rgb(50,42,80); }

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

border-color css

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

 span { border-color: rgb(50,42,80); }

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