Html Css Color HEX #322956 Cherry Pie

📋 copy color: '#322956'

red 50 ◦ green 41 ◦ blue 86

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

Shades of Cherry Pie #322956

Tints of Cherry Pie #322956

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.16%

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

R = 28.25%
G = 23.16%
B = 48.59%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#322956 (or 0x322956) is known color: Cherry Pie. HEX triplet: 32, 29 and 56. RGB value is (50,41,86). Sum of RGB (Red+Green+Blue) = 50+41+86=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 86 - color contains mainly: blue. Hex color #322956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322956 is #CDD6A9. Grayscale: #303030. Windows color (decimal): -13489834 or 5646642. OLE color: 5646642.

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

Color convert

RGB 50 41 86 -
CMYK 0.42 0.52 0 0.66
HSL 252º 0.35% 0.25% -
HSV(B) 252º 0.52% 0.34% -
XYZ 3.79 2.94 9.17 -
YUV 48.82 148.98 128.84 -
System Red Green Blue C M Y K H S L
Decimal 50 41 86 0.42 0.52 0 0.66 252 0.35 0.25
Hex 32 29 56 2A 34 0 42 FC 23 19
Octal 62 51 126 52 64 0 102 374 43 31
Binary 110010 101001 1010110 101010 110100 0 1000010 11111100 100011 11001

Color Harmonies of #322956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322956

Black with #322956

Text Example


Text Example

White with #322956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322956; }

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

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

background-color css

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

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

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

border-color css

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

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

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