Html Css Color HEX #322954 Cherry Pie

📋 copy color: '#322954'

red 50 ◦ green 41 ◦ blue 84

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

Shades of Cherry Pie #322954

Tints of Cherry Pie #322954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 48%

R = 28.57%
G = 23.43%
B = 48%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#322954 (or 0x322954) is known color: Cherry Pie. HEX triplet: 32, 29 and 54. RGB value is (50,41,84). Sum of RGB (Red+Green+Blue) = 50+41+84=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 84 (33.20% from 255 or 48% from 175); Max value from RGB is 84 - color contains mainly: blue. Hex color #322954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322954 is #CDD6AB. Grayscale: #303030. Windows color (decimal): -13489836 or 5515570. OLE color: 5515570.

HSL color Cylindrical-coordinate representation of color #322954: hue angle of 252.56º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #322954 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 41 84 -
CMYK 0.40 0.51 0 0.67
HSL 252.56º 0.34% 0.25% -
HSV(B) 252.56º 0.51% 0.33% -
XYZ 3.71 2.9 8.75 -
YUV 48.59 147.98 129 -
System Red Green Blue C M Y K H S L
Decimal 50 41 84 0.40 0.51 0 0.67 252.56 0.34 0.25
Hex 32 29 54 28 33 0 43 FD 22 19
Octal 62 51 124 50 63 0 103 375 42 31
Binary 110010 101001 1010100 101000 110011 0 1000011 11111101 100010 11001

Color Harmonies of #322954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322954

Black with #322954

Text Example


Text Example

White with #322954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322954; }

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

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

background-color css

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

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

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

border-color css

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

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

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