Html Css Color HEX #32294D Cherry Pie

📋 copy color: '#32294D'

red 50 ◦ green 41 ◦ blue 77

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

Shades of Cherry Pie #32294D

Tints of Cherry Pie #32294D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 45.83%

R = 29.76%
G = 24.4%
B = 45.83%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#32294D (or 0x32294D) is known color: Cherry Pie. HEX triplet: 32, 29 and 4D. RGB value is (50,41,77). Sum of RGB (Red+Green+Blue) = 50+41+77=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 77 (30.47% from 255 or 45.83% from 168); Max value from RGB is 77 - color contains mainly: blue. Hex color #32294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32294D is #CDD6B2. Grayscale: #2F2F2F. Windows color (decimal): -13489843 or 5056818. OLE color: 5056818.

HSL color Cylindrical-coordinate representation of color #32294D: hue angle of 255º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #32294D is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 50 41 77 -
CMYK 0.35 0.47 0 0.70
HSL 255º 0.31% 0.23% -
HSV(B) 255º 0.47% 0.3% -
XYZ 3.45 2.8 7.38 -
YUV 47.8 144.48 129.57 -
System Red Green Blue C M Y K H S L
Decimal 50 41 77 0.35 0.47 0 0.70 255 0.31 0.23
Hex 32 29 4D 23 2F 0 46 FF 1F 17
Octal 62 51 115 43 57 0 106 377 37 27
Binary 110010 101001 1001101 100011 101111 0 1000110 11111111 11111 10111

Color Harmonies of #32294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32294D

Black with #32294D

Text Example


Text Example

White with #32294D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32294D; }

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

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

background-color css

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

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

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

border-color css

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

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

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